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