Why does the input validation get referenced twice with a POP up?
1st POP UP
“Question # 50: You have Selected more than two options”
(once I hit OK, I get the following pop up)
2nd Pop up
Notes Error - Didn’t pass validation formula
after I answer both with ok, then I can go back and change the answers.
Very confusing why it shows up twice. Here is my code in the input validation.
@If(@Elements(QL_26)>2;
@Failure(“Question # 50: You have Selected more than two options”);
@Success)