Thank you. Will proceed as advised. On Thu, Sep 18, 2014 at 12:31 PM, Leonel Câmara <[email protected]> wrote:
> You can't this is a limitation on the way form.custom.begin is implemented. > > See: > https://groups.google.com/d/msg/web2py/mfbbudQpZB0/7fR6WwGg_wQJ > > > Just don't use form.custom.begin and write the HTML directly. > > Literally write this in your HTML instead of form.custom.begin. > > <form class="form-horizontal web2py_form col-md-7 col-lg-5 col-sm-9" > method="post" enctype="multipart/form-data" action="#"> > > Then continue your custom form as usual. > > -- > 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 a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/1yCGgKANssE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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.

