Save edit form without closing
The default SharePoint save button has "save and close" behaviour. I need to save data in my main form before creating related items.
Does anyone have a solution that only saves the data, and stays in the edit form? Utimately this would be a JS solution without full page postback.
Does anyone have a solution that only saves the data, and stays in the edit form? Utimately this would be a JS solution without full page postback.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hello,
Please, activate Buttons feature for your form and place an additional Save button onto your form (save without closing). Put the following JS-code into its OnClick handler:
Get more info:
http://spform.com/forms-designer- ... sharepoint
Please, activate Buttons feature for your form and place an additional Save button onto your form (save without closing). Put the following JS-code into its OnClick handler:
Code: Select all
fd.sourceFormParam(decodeURIComponent(window.location.href));
return true;
http://spform.com/forms-designer- ... sharepoint
-
- Information
-
Who is online
Users browsing this forum: No registered users and 21 guests