Pages

Friday, July 15, 2016

How to Populate People Picker Control in SharePoint 2013 Online with Current Logged In Username

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...
Read More »