by default in form submission any input with the attribute hidden is not 
sent. That's HTML 101. If you need something that is not visible to the 
user but the browser still needs to submit, use css, not the attribute 
hidden.

On Tuesday, September 9, 2014 12:50:48 PM UTC+2, trr wrote:
>
>
> I have a hidden input in form. I set the hidden value in client by java 
> script. But I am not able to get the value in request.vars or 
> request.post_vars in controller. It returns None. How to get the hidden 
> input values in controller.? I generate the form in controller and is post 
> method.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to