Need to save the form on click of button of UI page but going on loop
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 06:26 AM - edited 12-18-2024 10:13 PM
Hello All,
I have created UI page which is calling onsubmit (client script)of case.When I am click on continue button its getting looped again and again. I have used g_form.save and gsftSubmit(gel('sysverb_update_and_stay'));
But still not working.Please let me know is there any way to do it.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 06:44 AM
Hello,
I'm new and this may not be helpful but wouldn't a <button> element make more sense than a <div>?
Also, I can't see any refrence to 'sysverb_update_and_stay' ID in the code provided.