Re: [web2py] default/user.html and custom form

2012-05-04 Thread Annet
Hi Bruno, http://web2py.com/books/default/chapter/29/7#Custom-forms > I read this solution in the web2py book, in case of a few fields this works well, however, the profile form already has six. I had hoped for a solution that just splits of the tr element with id="submit_record__row". But tha

Re: [web2py] default/user.html and custom form

2012-05-03 Thread Bruno Rocha
http://web2py.com/books/default/chapter/29/7#Custom-forms On Fri, May 4, 2012 at 3:30 AM, Annet wrote: > > > Login with your Leonexus ID > > > Enter your username and password > > {{=form.custom.begin}} > > {{=form.custom.username.widget}} > {{=form.custom.password.wid

[web2py] default/user.html and custom form

2012-05-03 Thread Annet
I'd like to divide the default/user.html forms into a body and footer part, the body containing the fields the footer containing the cancel and submit button, something like this: Login with your Leonexus ID Enter your username and password the form fields here