Try this: form=SQLFORM(db.signup_auth,labels=dict(akkoord_incasso=''))
On Jun 7, 9:34 am, annet <[email protected]> wrote: > I have a form: > > form=SQLFORM(db.signup_auth) > > in which I don't want some of the labels to show, I tried: > > db.signup_auth.akkoord_incasso.label=None > > but that doesn't work, is there a way to disable labels on fields? > > Kind regards, > > Annet

