Follow the examples in the book. Most of the form handling (including creation of the FORM/SQLFORM) object should be handled in the controller. In the view, you can handle the display of the form, but web2py will give you a default display if you just do:
{{=form}} Anthony On Wednesday, June 27, 2012 7:08:19 AM UTC-4, Pedro Casalinho wrote: > > This may be a dumb question but, should forms be created in controllers > and passed to the view or should they be created in the view, taking into > consideration the MVC model --