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.

Hiding items with conditional logic.

  1. So I want to do the following condition.

    if all these are true

    radio button
    show (field) if yes
    show (field) if no

    show (field) if dropdown is not x

    The problem is that the radio button needs to be show on any and the dropdown really needs to be hide if x.

    I could hack things so that the reveal of the form is some onclick function on the radio area but it seems like there should be a better way to do it.

    I'm I missing some obvious logic? Or is my condition just too complex?

    Posted 12 years ago on Wednesday November 30, 2011 | Permalink
  2. Gravity Forms conditional logic is not designed to handle logic that complex. You might have to work around it in some other manner.

    Posted 12 years ago on Thursday December 1, 2011 | Permalink