Save edit form without closing

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
romslo
Posts: 7
Joined: Tue May 27, 2014

30 May 2014

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.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

02 Jun 2014

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:

Code: Select all

fd.sourceFormParam(decodeURIComponent(window.location.href));
return true;
Get more info:
http://spform.com/forms-designer- ... sharepoint

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 21 guests