OR conditional logic missing
-
I’m creating an enrolment form where there could be 1, 2 or 3 people enroling. I want to only display the minimum number of questions as they repeat for each person. For example, if only 1 person is enroling I want to ask them name, dob, email etc. If 2 people are enroling I want to show the questions for person 1 and for person 2. To acheive this I created the parts for person 1, person 2 and person 3.
Using conditional logic, person 1 questions show if 1 person or 2 people or 3 people is selected.
Using conditional logic, person 2 questions show if 2 people or 3 people is selected.
Using conditional logic, person 3 questions show if 3 people is selected.
Problem – I can only see AND conditional logic. Is this correct? If yes, are there any plans to add OR conditional logic?
Thanks
The topic ‘OR conditional logic missing’ is closed to new replies.