Need to save the form on click of button of UI page but going on loop

Saranya Babu1
Tera Expert

 

 

 

 

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

ScottR401539911
Tera Contributor

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.