Karrigell/Use the POST method

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