Karrigell/Use the POST method

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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")