[web2py] Re: Custom forms controller and view separation of concerns

2012-10-06 Thread Austin Cormier
troller to define the form fields, and then build the form > manually in the view (possibly using some of the > form.custom<http://web2py.com/books/default/chapter/29/07#Custom-forms>items). > > Anthony > > On Saturday, October 6, 2012 2:07:49 PM UTC-4, Austin Cormier wrote:

[web2py] Custom forms controller and view separation of concerns

2012-10-06 Thread Austin Cormier
So I have the following customer form defined in my view for prototyping: form = FORM(FIELDSET(DIV(LABEL('Email Address', _class="control-label"), DIV(INPUT(_class="input-large", _id="email", _name='emai