Link to home
Start Free TrialLog in
Avatar of jfargo
jfargoFlag for United States of America

asked on

Specify an email address in file>attach to email command

I have created a form in Adobe Acrobat Professional 8.  In the form I have created a button that executes the "menu item" file>attach to email.  How do I specify an email address and subject line for the email that is openned?
If I use the open weblink to "mailto:me@mymail.com" then how do I get it to attach the form with data to the email.  
I can't seem to find a way to do both - I can either get the file attached properly w/o an email address filled in OR I can get the email address filled in w/o the file attached.  HELP!
SOLUTION
Avatar of darron_chapman
darron_chapman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jfargo

ASKER

Where exactly should I insert this code?  Here is my button detail

<toolTip>Click Here To Send via Email</toolTip>
            </assist>
            <event activity="mouseUp">
               <script contentType="application/x-javascript">Named: Action=AcroSendMail:SendMail;
xfa.host.resetData("Submit_by_Email, Name, Date, Family_Estimate, Individual_Estimate, Unable_to_make_estimate_now, Prefer_Auto_Bank_draft, Do_NOT_prefer_auto_bank_draft, Need_to_Update_current_ACH, Wants_pre-printed_envelopes, Does_not_want_pre-printed_envelopes, Address_line_1, Address_line_2, Phone_number, email_address, Estimate, Have_a_Pastor_Call_Me, Print_Form")Named: Action=Quit;
</script>
            </event>
ahh.. ok... from what i understand... there is no way to specify an email address using acrosendmail
Avatar of jfargo

ASKER

Is there a way to attach the file to a mailto:me@mymail.com email once it has opened the email.  Right now when I do the mailto: statement first and then do the file>attach to email in the ACTIONS, Acrobat is opening two emails - one to my address and one with the file attached.  Any ideas.....?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial