Set SharePoint Person or Group Field (People Picker) Default Value to Current User
Requirement: In a request tracking system, wanted to auto-populate people picker value from currently logged-in User. Solution: How to set the People Picker field value to the current user? Let’s use jQuery and SPServices to fetch the logged-in user name and fill the SharePoint list form’s people picker field value. In short,…
Read more