How can I attach a form to an email with TO address default in?


i have form hyperlink email address.  want have when user clicks hyperlink form attaches email address filled out.  have figured out how open email email filled out; , how open email form attached - not both.  not familiar javascript - have believe there way "execute menu item -- file>attach email..." , "open web link -- mailto:emailaddress@xxx.org".

you can use either doc.maildoc (best) or doc.submitform javascript methods. 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



More discussions in JavaScript


adobe

Comments