PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Conditional Logic

  1. I need more sophistication in your conditional logic.
    If answer to Q1 is Yes
    and
    Answer to Q2 is two or
    Answer to Q2 is three or
    Answer to Q2 is four
    then display Q3

    Unfortunately I have to do instead
    If answer to Q1=yes, Q2 displays
    If Answer to Q2 is two or
    Answer to Q2 is three or
    Answer to Q2 is four
    then display Q3

    So if someone selects Q1=Yes, Q2=two then Q3 displays. But if they change Q1=no, then Q3 continues to display when it should not be there.

    Posted 13 years ago on Monday January 10, 2011 | Permalink