How to stop the user to submit the form for the following query
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2023 09:24 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2023 10:37 AM - edited ‎10-16-2023 10:39 AM
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.