SharePoint 2019 On Premise Jquery Edit Form (Presaveitem)

Khan, Nayeem U 1 Reputation point
2020-07-29T07:33:23.187+00:00

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;

}

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,608 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amos Wu-MSFT 4,051 Reputation points
    2020-07-30T08:34:55.92+00:00

    PreSaveItem will be executed after clicking the save button.If the function returns false, no further action takes place and the execution stops immediately.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.