2010/9/29 Branko Vukelic <[email protected]>

> ``web.input()`` contains the data from a request. You can let the form
> extract the data from the form by feeding it the request data like so:
>
>    form = your_form(web.input())
>

after that you can reach inputs value with: form.field_name.value


-- 
Aydın Şen

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to