Solved

Validation structuring

  • 26 October 2018
  • 1 reply
  • 0 views

Badge +4

Is there no way to use validation around a rule completely? In the below ruleset I would like to check validation first then complete every step thereafter. I can't seem to add the validation step around all of the listed rules unless I add multiple validation steps. I figured I could just run one validation up top to check before running then user "Stop rule execution", but there is also no option for "If the Form fails validation". 

 

Is there anything that can be done other then adding in multiple validation steps?

 

Thanks,

 

12791iFF9AA50FE97C4FBA.png

 

icon

Best answer by alexhaberer 26 October 2018, 20:32

View original

1 reply

Badge +4

I was able to add a Unbound Rule step at the beginning to call an advanced condition step which had my logic needed for the entire page validation.

 

Within the rule I created logic to catch the errors and if so to show a message for the user and "Stop rule execution". 

 

*Note the bottom (advanced condition is a separate step/condition not affiliated with the first post.)

Reply