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 rules with custom fields?

  1. FrankTheTank2
    Member

    I am hoping Gravity Forms can do this.

    I have a long (10 question form) I want to create where users only get to the next question if the rules are successfully met. For example:

    Question 1 user can enter a first value in a text box (value_1)
    Question 2 user can enter a different value in a second text box (value_2)

    Rule: If value_1 + value_2 is > 5 then display question 3, else, display custom warning message.

    I am not a developer so I will need to hire someone to do this but I am hoping this type of conditionals are possible. Thanks!

    Posted 11 years ago on Tuesday March 19, 2013 | Permalink
  2. You can do this with the gform_validation filter, which will require the skills of a PHP programmer.

    Documentation: http://www.gravityhelp.com/documentation/page/Gform_validation

    Posted 11 years ago on Tuesday March 19, 2013 | Permalink