< Karrigell

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")
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.