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 two conditions sets?

  1. ksmyer
    Member

    I've got conditional logic working great when it's looking only at one set of conditions, but I'd now like to hide/show a field based on two condition sets.

    E.g.

    IF
    ( answer1 = a or answer1 =b or answer1 = c )
    AND
    (answer2 = x OR answer2 = y)
    THEN
    [show field]

    Is this possible?

    Thanks!
    Katie

    Posted 11 years ago on Monday August 27, 2012 | Permalink
  2. Complex conditional logic like that is not built in to Gravity Forms.

    Posted 11 years ago on Tuesday August 28, 2012 | Permalink