Click save but keep form open
Posted: 08 Nov 2017
Hi guys.
I have added a new button to my edit form.
This button is supposed to save the form without closing the form. So the user can fill in the form and save, but still continue with the form open.
If I add:
fd.save().click();
It saves and closes the form.
Can you assist, how can I save and keep the form open?
Regards
I have added a new button to my edit form.
This button is supposed to save the form without closing the form. So the user can fill in the form and save, but still continue with the form open.
If I add:
fd.save().click();
It saves and closes the form.
Can you assist, how can I save and keep the form open?
Regards