Advanced Mode Display Logic
I have been trouble shooting and researching with no luck. Hopefully one of you can help.
I’m trying to create advanced mode logic for a form with many involved fields.
An easy example is:
Custom form question “How many segments do you need?” with dropdown answers of 1,2,3,4,…
I’m trying to add logic, so that if someone selects 4 segments, the form will show sections 1,2,3 and 4.
I’ve tried many variations of the below. Now from what I’ve found it seems like maybe I can’t use OR statements in the advanced logic.
IF({DE:How many segments do you need?}="1" OR {DE:How many segments do you need?}="2" OR {DE:How many segments do you need?}="3" OR {DE:How many segments do you need?}="4"
Anyone?