Custom validation not working as desired. | XM Community
Skip to main content

I am trying to disallow someone from either leaving a name field blank, or entering something that is not a name like "anonymous" or "N/A". I believe I have set up everything correctly; however, it will let me answer "anonymous" or "N/A" every time I test it (although it will not let me leave it blank). Here is the validation I set up. What am I doing wrong??
image.png

Change the 'Or's to 'And's


Try changing both the OR to 'AND'


That worked, thanks. I've been burned by the AND/OR before. It's easy to confuse them depending on the wording of the question.


Leave a Reply