Good day
I am preparing a mail button and using the following:
//Send form as a mail attachment
var myDoc = event.target;
var address = "test@test.com";
var sub = "[/proj man report/]";
var msgBody = "Good day Kees, \n\nplease find attached the Project Managers report for port";: reference to a textfield in the form.
Is it possible to get the name which filled in the textfield into the javascript of the mail button?
Thanks for your help
Oscar Westerhuis