How to stop the user to submit the form for the following query

Priyapatnayak
Tera Contributor

when the user tries to submit the catalog form with the existed request name in the request name variable, then stop the user to submit the form. please help me on this query.

1 REPLY 1

Peter Bodelier
Giga Sage

Hi @Priyapatnayak,

 

I'm not completely sure what your conditions are, but to stop submitting a form, you can either use

- an onSubmit client script which returns false

- a Before business rule with either Abort Action set to true, or current.setAbortAction() in the script.


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.