Form variables
[edit|delete]Use request.vars.your_variable both for GET and POST.
If you try a variable that is not there, you get None, you do not get an Exception.
Use request.vars.your_variable both for GET and POST.
If you try a variable that is not there, you get None, you do not get an Exception.