I’m trying to use skip logic based on a field name created in the Password Fields tab under the Start question. The field name is UID. I would like to skip the question named Q10 if the user entered 100 or higher for the UID when they started the survey. I can’t seem to find the correct syntax to make this work. Is it even possible?
On the skip logic tab, I’ve tried the following so far and failed:
[% UID %] < 100
UID < 100
Start_UID < 100