How to apply required fields to select dropdown

1 reply
Joined: 06/20/2006
User offline. Last seen 1 year 48 weeks ago.

How to apply the required field to drop down selector

it seems to only work with text fields

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Joined: 06/20/2006
User offline. Last seen 1 year 48 weeks ago.

I found the answer,

in the hidden required field, you have to include the name of item selected in the select options, note: this is not necessarily the name of the select option but the item that is pre-selected to show by default in the web page

ie

select name = menu
preselected item = firstitem <- include required

User login