How can I attach a form to an e-mail with FAILURE to address in?

I have a form with a hyperlink to an e-mail address.  I want to have when the user clicks the hyperlink, the shape attaches to an email with the address filled in.  I understood how to open an email with the email in full; and how to open an email with the attached form - but not both.  I'm not very familiar with JavaScript - but I believe there is a way of "execute a menu item - file > attach to email...» "AND" open a web link - Mailto:[email protected]'. .

You can use the doc.submitForm or doc.mailDoc (the best) JavaScript methods. For more information, see:

mailDoc: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.505.html

submitForm: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.537.html

Tags: Acrobat

Similar Questions

Maybe you are looking for