I have seen similar questions like this asked but it seems none of the solutions I've seen and tried work.
I have a People Picker control that sets calculated values for User ID, Email, and Phone.
All I want to do is have text box controls contain the values from the calculated fields. So like when you select a user in the people picker, a text box would have the value for Email or Phone.
I have tried using javascript but the change() method does not seem to work for the calculated value or the people picker control. I know the java script works because if I arbitrarily fire a change() method on a different control like a dropdown then it will write the Email from the calculated value into my text box but that's not the functionality I need. I need the value to be written to the text box once the person is selected in the people picker and I have not seen a solution yet that works.


