Thanks very much, Leonel! I found that adding keepvalues=True as an 
argument to form.process() was what I needed.

>>>
if form.process(keepvalues=True).accepted:
    ...
<<<

John

On Thursday, November 6, 2014 6:14:56 PM UTC-6, Leonel Câmara wrote:
>
> FORM has keepvalues=True, you can pass attributes to SQLFORM or 
> SQLFORM.factory and if they aren't options for SQLFORM they're passed to 
> the form. So really all you have to do is add keepvalues=True.
>

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