if you just need to place labels above fields you can just do SQLFORM(...formstyle='table2cols')
On 9 Lug, 06:25, Julius Minka <[email protected]> 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: <div>{{=form.custom.widget.name}}</div> > Click here to upload: {{=form.custom.submit}} > {{=form.custom.end}} > > What I actually need is to place labels above fields. > > Julius

