Default value in drop down field

Hi all,

I have a drop down field in my form:

a!dropdownField(
label: "On Behalf",
labelPosition: "ADJACENT",
placeholderLabel: "--select one--",
choiceLabels: {"My Self", "Someone Else", "My Department"},
choiceValues: {"My Self", "Someone Else", "My Department"},
value: ri!requestData.onBehalfType,
saveInto: ri!requestData.onBehalfType
)

When the form loads (before any user interaction), by default, I would like the first choice to be automatically selected- "My Self".

Please how can I do this?

Thanks!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data