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

Acrobat X Pro - Email Submit

LeeVW
Registered: Apr 1 2011
Posts: 2

Hey all,
 
I am having some problems with an Email Submit button in Acrobat X Pro. I have a PDF full of text fields and my goal is to put it on a webpage and then have a "submit" button to send the completed PDF to an email address. I am completely frustrated at this point. I have been googling all afternoon, searching this forum, and reading anything and everything related to email submit buttons. Almost everything refers to an Acrobat 9 or earlier version, and it looks like there was a "Submit to Email" button? Sounds easy, but its a bit different in X.
 
So I have added a button at the end of my document, and within the properties of that button under the actions panel, I have an onMouseUp function to "submit a form"
 
My Submit Form Selections are
*Enter a URL for this link: "http://myemail [at] email [dot] com" also I tried earlier, "myemail [at] email [dot] com"
*PDF The complete document
 
Then when I try and click on the button, earlier today it was saying that it cannot find the server. Now it isn't even processing and giving me the error anymore. It is just stuck trying to do the action and then gives me a General Error. Im not sure if I am in the right area or what.
 
Anyone have any insight?
Thanks,
-Andrew

My Product Information:
Acrobat Pro 10.0, Macintosh
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi LeeVW,

Try mailto:myemail [at] email [dot] comhttp has no place in an email url

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
www.windjack.com
LeeVW
Registered: Apr 1 2011
Posts: 2
Hey Dimitri,

Thanks for the response. I guess what I am looking for is something that will not launch the mail client on someone's computer. That means I am looking towards the php mail() function, correct? That allows people to send off information without having to open their mail and add the document as an attachment?

Thanks,
-Andrew
try67
Expert
Registered: Oct 30 2008
Posts: 2398
You can't call php methods from within a PDF.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

George_Johnson
Online
Expert
Registered: Jul 6 2008
Posts: 1875
What you need to do is set up a PHP script on the web server that does the job of accepting the data from the PDF form POST and attaching it to an email message initiated by the web server. When you set up the submit button in Acrobat, simply specify the script. For example: http://www.example.com/PDF_Form_To_Email.php
NK-INC.COM
Registered: Apr 17 2010
Posts: 93
Are you using Microsoft web servers?
If so, check out PDFEmail.net!

PDFEmail.net makes it easy for anyone to Email PDF form submissions.

PDFEmail .net creates the server-side ASP.net scripts for you, so there's no programming required.

http://www.pdfemail.net/