I have multiple rules on my submit button, which I need to process only if the validation passes. Currently if I have validation errors, the other rules run and change the views and the function on the form to that of an approver, thus confusing the originator.
Is there away to disable additional rules if the validation fails? In other words do not run following rules if the condition of this rule is not met.
Thank You!