I am trying to create a form that allows someone taking a phone call from a client to fill in an email address on the form and then simply click on a button to automatically send a .pdf copy of that form to that email address as a conformation. Is there a way to take information from a given field and have it automatically inserted after mailto: ?
this.mailDoc(true, "yourCustomersemailaddress [at] yourCustomersIPaddress [dot] com",
"yourCCemailAddress [at] yourcompany [dot] com", "",
"Title of your form");
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.