Suppose I have a form whose contents are generated by a script, and I do 
not know what those contents are; in particular, I may not know what the 
fields are within that form, but I certainly have no control over them.  I 
can specify the controller that I want that form to submit to (via the 
`action` attribute).  Is there a way, within that controller, I can get the 
content of that submission (what would show up in `request.post_vars` for a 
web2py-generated form)?  Does it help if I know the names of these fields?

- Scott

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to