Winston:

form.custom is one way to do this. That's the method I use and it
works.

However, I believe you can still do it your way. If you want your
controller to be able to process the form, which I think is a good
assumption, then you must have an equivalent myform=FORM(...)
statement in your controller and pass it through the return dict
(form=myform), even if you're not using any form formatting in the
view. That's the only way the controller will know what the form is
that you're using in the view. Then, Massimo's statement
{{=form.hidden_fields()}} comes into play.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to