Re: [web2py] Re: customize form in template

2010-07-12 Thread Julius Minka
Thanks, it was enough in this case. V Piatok, 9. júl 2010 o 05:47 -0700, mdipierro napísal(a): > if you just need to place labels above fields you can just do > > SQLFORM(...formstyle='table2cols') > > On 9 Lug, 06:25, Julius Minka wrote: > > I am loading the form in the template this way: > >

[web2py] Re: customize form in template

2010-07-09 Thread mdipierro
if you just need to place labels above fields you can just do SQLFORM(...formstyle='table2cols') On 9 Lug, 06:25, Julius Minka wrote: > I am loading the form in the template this way: > {{=LOAD('default','form')}} > > Can I somewhow customize it this way? > {{=form.custom.begin}} > Image name: {