• Resolved ClintonLee83

    (@clintonlee83)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ClintonLee83

    (@clintonlee83)

    I’ve found that conditional blocks can do this.

    Problem:
    But why if I use “html” on the last page of my form where users review their answers, these don’t work? The shortcode is not rendered and I can see the shortcode in the preview:
    [nfccb field=”Q” value=”A”]
    AB
    [/nfccb]

    Do they only work after the form is submitted? Or can I use these so users can preview their answers before submitting a form?

    Plugin Author Basix

    (@webaways)

    Hi, yes you can do this with conditional content blocks in emails, pdf’s etc after the submission. In the form itself you can use normal conditional logic to show the Element you want as per the users choice. If you still have trouble, please use https://basix.ticksy.com for support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conditionals with tags’ is closed to new replies.