Phil:
This function wont work on a DisplayForm, only on NewForm and EditForm, since the DisplayForm doesn't have the PeoplePicker.
You've said that "there's nothing there when I do the variable.CurrentValue". When you call the function like so:
are the attributes of peoplePicker present?
M.
This function wont work on a DisplayForm, only on NewForm and EditForm, since the DisplayForm doesn't have the PeoplePicker.
You've said that "there's nothing there when I do the variable.CurrentValue". When you call the function like so:
var peoplePicker = $().SPFindPeoplePicker({ peoplePickerDisplayName: "Your Column Name" });
M.