Record producer is submitting even after giving error message
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 04:16 AM
I have a on submit client script which is having AJAX call. when i try to submit the form with false condition the code is throwing error message, but the form is submitting even after throwing error message. Any help on this.
Note: I used "return false;" to stop the submission.
Kind regards,
Ajay.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 05:33 AM
If you cant change the trigger(onsubmit to onchange) then only way to make it work would be to change the GlideAjax form Async to Synchoronous.
-Anurag