cancel
Showing results for 
Search instead for 
Did you mean: 

Form submitting even though there are fields in error

Former Member
0 Kudos

Hi,

I've got a form with some mandatory fields on and a couple of other format checks. The validations work fine and display the correct error messages. However, the Submit button on the form still works even though the form is in error. I've played with Guard Conditions and the Validation Scope on the Submit button but I cannot stop it submitting the form when the form is in error.

I'm sure I must be over complicating things. Has anyone got any ideas ?

Many Thanks

Gary

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gary,

In the 'disabled' property of the 'Submit' button you can check the condition. Go through the below thread for formula.

Regards

Basheer

Former Member
0 Kudos

Thanks Basheer.

The way I read that is that I have to replicate all the validations that are being done on the form into disabled property. That sounds very long winded and clumbsy.

Is there no simple way of saying on the submit button, or the link to the destination table that they should not run if the form is in error ?

Cheers

Gary

Answers (0)