please may i have a Validation Criteria for this question?
Please this is the question
“Electoral Area Name” then the answer must be one of the following.
BOHYEN 1
BOHYEN 2
ABREPO-JUNCTION
ABREPO MPATASIE
ADOATO
OHWIM-AMANFROM
AHENBRONUM 1
AHENBRONUM 2
NORTH SUNTRESO
KOKOSO-ASUBONTENG
Instead of performing a validation criteria on a text question, it probably makes a lot more sense for this example to just use a select_one question instead of free-form text entry.
1 Like
Oh yes! thank you for this advise. I have done it and its working. thanks
You can handle this by setting the question type to a select_one or dropdown list and adding those options as choices that way users can only pick from the valid entries. If you need it as a text field, you’d have to use a constraint with a regex or a list match, but the dropdown approach is usually much cleaner and avoids input errors.