form=SQLFORM.factory(Field('bedrijf',requires=IS_IN_SET([2,3,4,5,6,7],labels=['Fitnesscentrum','Fysiofitnesscentrum','Personal Trainer','Dietist(e)','Voedingsconsulent(e)','Yogaschool'],zero=None),default=3))
On Aug 25, 1:58 am, annet <annet.verm...@gmail.com> wrote: > In a controller I defined a form: > > form=SQLFORM.factory(Field('bedrijf',requires=IS_IN_SET([2,3,4,5,6,7],labels=['Fitnesscentrum','Fysiofitnesscentrum','Personal > Trainer','Dietist(e)','Voedingsconsulent(e)','Yogaschool'],zero=None))) > > In the view I would like to display the label of the selected option, > is this possible? > > Kind regards, > > Annet.