I am trying to set a ‘select’ question (a dropdown list) field on my custom form to be a ‘mandatory’ field only when a certain condition is met. But there is no ‘Simple validation rules’ section in the Detail screen for ‘select’ question type? There is only ‘Complex validation rules’ which is not what I want to use. Other question types (e.g. option list) have ‘Simple validation rules’ section in their Detail screen. Can you please help.
Yeah I think it’s because select fields don’t have the same “Required Entry?” functionality that other field types have, as it has the “Allow Empty Option To Be Selected?” option toggle instead.
You should be able to achieve the same outcome however with a complex validation rule, for example:
I found that ‘Use empty option’ interfered with my validation rules. I had to turn the empty option off and manually add “—Please Select—” as the first and default field in my select list question.