Karrigell/Use the POST method
Appearance
Instead of the default GET method, form fields can be submitted with the POST method. You just have to specify it when creating the instance of FORM :
form = FORM(action="show",method="POST")
Instead of the default GET method, form fields can be submitted with the POST method. You just have to specify it when creating the instance of FORM :
form = FORM(action="show",method="POST")