As a simplied example of what I need to do, I ask the question:
Q1: Please indicate your age [numeric input]:
Q2: Please re-enter your age to verify [numeric input}:
I don't want the user to be able to advance to Q3 if the answer to Q1 and Q2 are different.
I see there is the question validation field -- but I gather this only allows for regular expression comparisions, but I need to just confirm that Q1 = Q2.