Thank you. It worked,
On Sun, Jun 26, 2011 at 11:22 AM, Massimo Di Pierro < [email protected]> wrote: > Try > > form=SQLFORM.factory( Field('address', label=T('Address')), > formstyle='table2cols') > > > > > On Jun 25, 11:59 pm, alex <[email protected]> wrote: > > Hi all, > > > > In a SQLFORM.factory generated form I want to have the labels on top > > of the fields. > > > > form=SQLFORM.factory( Field('address', label=T('Address')),) > > > > Any idea? > > Thank you >

