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

Just a Simple Email, Subject Line, and Message

awaterbuffalo
Registered: Dec 3 2009
Posts: 3

Trying to do the following:

Sending a PDF form as an attachement with a subject line, and a message.

Used to be able to do this just fine in 8, but makes no sense in 9. Please help.

Use small words, this makes no sense to me.
Thanks.

carolbugarin
Registered: Sep 5 2007
Posts: 21
Create a button and put this on Click /JavaScript client

event.target.submitForm({cURL:"mailto:xxx [at] yyy [dot] com?subject=This is a subject text area &body=This is the body text area.",cSubmitAs:"PDF",cCharset:"utf-8"});