Wuth SQLFORM.factory, the way to do that is to use the default arg the Field.
On 25 août, 02:58, annet <[email protected]> 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.

