The npsFieldOption element serves to assign available values to (multi-)selection fields that were created using the npsField element:
<npsField type="select" ... >
<npsFieldOption value="the value" label="label text" selected="preselected" />
<npsFieldOption ... />
...
</npsField>
-
the valueis the option value. -
label textis the text that is displayed for the option. If the attributelabelhas not been specified,the valueis used instead. -
preselectedmay betrueorfalse(the default) and specifies whether this option is selected when the field is displayed.