Page 1 of 1

Any ideas, add a Save but don't close button

Posted: 30 Aug 2013
by MES5464
I am thinking I need a button that will save the form changes but will not close the form (or at least reopen the edit form).


Any suggestions?

Re: Any ideas, add a Save but don't close button

Posted: 31 Aug 2013
by Dmitry Kozlov
Yes, I think our article Redirect after SharePoint form submission can help you.

You can add a custom button and put into its OnClick property JavaScript which will set the current edit form as source parameter of the action URL and emulate click event on submit button: fd.save().click()

Re: Any ideas, add a Save but don't close button

Posted: 15 Oct 2014
by Sonoma
I know this is an older post but will it save if the user neglected "required" fields?

For example we would like to save when we click a button names next tab.

Re: Any ideas, add a Save but don't close button

Posted: 20 Oct 2014
by Dmitry Kozlov
Yes, it will work, but the user will stay on a new form until they fill all the required fields. Then they will be redirected and the form will be saved.