Conditionals with tags
-
How can I write out conditionals with tags? I could do this in forms, but I don’t know if we can do it with tags.
eg: when a user chooses A, a conditional rule shows only AB rather than AB,AC & AD.
I put all the tags inside the result page which I give my client in case they filled any of these out:
eg: {{AB}} {{AC}} {{AD}}But they chose A, so they only filled AB out. However, on the results page, the answers he did not fill out show up as the default text for each unfilled answer.
So I need something like this for the results page (not the form) to show only certain tags: {if {{A}} checked then only show {{AB}}}
is that possible? Is there something like this? I can’t find in docs.
- The topic ‘Conditionals with tags’ is closed to new replies.