Hello! I'm trying to build an easy to use form for users in my organization. I want to use the logic capabilities to guide the user down the correct path.
The first question, we'll call it Question 1 is a text field and is required.
If Question 1 = NA, then Question 1.A should not appear and the user should just proceed to Question 2.
The logic in the form is
When Question 1 does not
contain NA then show Question 1.A.
However, when you enter NA in Question 1, Question 1.A still appears.
Is there anyway around this?