Answered
16 Dec 2016
in reply to
Missing user
Link to this post
Hi Eva,
That's right, you need to use javascript widget at your form and an example code is below to set email address to your hidden field.
var getemail=tpc.identity.userEmail;
$find($(".AdvanceDeveloperNameOfYourFieldHere").attr("id")).set_value(getemail);
Please remember that in your JavaScript widget setting, make it "Placed by Body Closing Tag".
Thanks
Syed