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 to show conditional logic on a confirmation page so I can show text if a form element's value is between two values (like if it's greater than 90 but less than 100)

    I know how to do a greater/less than but is there a way to combine these?
    [gravityforms action="conditional" merge_tag="{totalScore:26}" condition="greater_than" value="79"]

    Posted 12 years ago on Sunday July 1, 2012 | Permalink
  2. Is there anyway to do conditional logic for greater than and less than?

    Posted 12 years ago on Monday July 2, 2012 | Permalink
  3. David Peralty

    At the same time, no. There are no conditional logic for values between as of yet. This is something we are working on, but it doesn't exist as of yet. You would have to write custom PHP to test against this kind of logic.

    Posted 12 years ago on Monday July 2, 2012 | Permalink