Technology Microsoft Software & solutions

How to Lock Fields in a SharePoint Form

    • 1). Download the SharePoint Form Field Assistant (see "References" below).

    • 2). Place the downloaded file into the directory in which the SharePoint form code is located.

    • 3). Open the form code with a code editor (such as Microsoft Visual Studio).

    • 4). Add the following lines to the top of the code; they initialize the Form Field Assistant:

      $(function(){

      $.spff();

      });

    • 5). Add the following line after any form field to lock it:

      $.spff({lock:true});



Leave a reply