Hi all,
this should be an easy one, but I didn't get it running... I would like to write a entry into a variable. What I did:
Within form (setting of the people picker control):
Client ID Javascript variable name: ppFKTrying to get it into a variable (both without success):
var FK = new NF.PeoplePickerApi("#" + ppFK);
var FK = document.getElementById(ppFK);