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!