[web2py] Re: using FORM with new line layout

2014-08-20 Thread sid datta
ok figured it out- need to use the BR() function in the form so form = FORM(INPUT(_name='fname'),INPUT(_name='lname'),*BR(),* INPUT(_type='Submit')) gives the desired result On Sunday, 17 August 2014 15:37:22 UTC-7, sid datta wrote: > > > HI - I want

[web2py] using FORM with new line layout

2014-08-17 Thread sid datta
HI - I wanted to customize the layout and use FORM. So a simple example - where I would like to have 2 input boxes and a 3 rd submit button each on its own line. I wanted to do this in the controller - so form = FORM(INPUT(_name='fname'),INPUT(_name='lname'),INPUT(_type='Submit')) this puts a