
Introduction
In this article, I will show you how to populate people picker controls with the current logged in username on SharePoint 2013 Online list’s “NewForm.aspx”. We will use jQuery/JavaScript code to achieve the same.
Pre-requisites
You would require reference of following files:1. jQuery – To work with “clientpeoplepicker.js” file2. SPServices – To get current logged in user
Solution
We will create a jQuery/JavaScript code script as follows:
Download...