Get ID from people picker
Posted: 01 May 2018
Is there a way to get the ID of the user chosen in the people picker? Thanks!
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
fd.field('User').control('ready', function() {
alert(fd.field('User').value()[0].EntityData.SPUserID);
});