Hello all! I have been searching high and low for the answer to this question, I hope someone here can help!
I have a trial version of Acrobat Pro Extended 9. I created a form and would like to submit it as an attachment via email. But I am not talking about using the mailto: option.
From what I can gather, I need to create a web app that handles the email submission process, and then submit to that URL.
My question then is about the web app. I have some rudimentary PHP skills and have created email submission scripts before. But I don't know how to go about coding one to handle my PDF form because I don't know how to capture the data or what classes or objects to use to handle the pdf itself.
I was thinking I might need to post in more of a developer forum, but if anyone has any input or can point me to someplace where i can get my question answered I would be eternally grateful!
After creating your form, add an email button to it and select the "Distribute Form" option from the Acrobat toolbar. This option will finish the setup on your form. When users fill out the form they press the email button and it uses their local email client to send the form data back to you. On your side you use the Collect form data tool in Acrobat 9 to organize all the forms sent back. You can even export the data to an excel spread sheet.
A Web app is required if you submit data from the form directly to a server. However, I believe that Adobe has also covered this angle at Acrobat.com. Haven't checked it out yet so I don't know the details. There are also third party services like www.formrouter.com that handle everything for you.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script