These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Dynamic Email Address

AdobePPLD
Registered: Jun 20 2007
Posts: 4

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: ?

My Product Information:
Acrobat Pro 8, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Try this. Insert a Javascript action on a button click. Here's a script you can modify.

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.