Sign in to submit new ideas and vote
Get Started

Add conditional logic to Submit button in forms

There are myriad reasons why a given form should not be submitted because the user is putting in data that violates business rules for the underlying data. Simple example entering an expected completion date that is in the past. Presently only thing you can do is to use conditional logic to display an error, but the user still has ability to hit submit with the error present.

Adding ability to control when the submit button is lit would facilitate validating the date before it is submitted.

I would set a flag saying there was a form error present based on conditional logic for the data fields. When the flag is turned off, the submit button would become active.

1
1 votes

Idea Submitted · Last Updated