
PreSaveItem will be executed after clicking the save button.If the function returns false, no further action takes place and the execution stops immediately.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Custom edit form is not saving. PreSaveItem() function is not saving the values and not closing the popup.
I am using SharePoint 2019 On Premise classic site.
function PreSaveItem()
{
return true;
}
PreSaveItem will be executed after clicking the save button.If the function returns false, no further action takes place and the execution stops immediately.