Validate select list with all options allowed but the first
Question
Normally, the select list boxes will have one default item saying 'Select One' or something similar. The user should select from the list an option other than the default one.
Answer
Just give an empty value to the first option in your drop down list and then add validation rule that the drop down list is *required*
This will make sure that a value must be specified, so the user will be forced to choose other values but the first one, as it is empty!
Comments
Be the first to write a comment
You must me logged in to write a comment.