I will preface this by saying I am not the most technically gifted, but I am good at following directions.
I have created a form and a working submit by email button. I would like to change a couple of things about how it works if possible. First I would like to submit the completed form, not just the .xml data and second I would like to get rid of the following automatically inserted email message:
"The attached file contains data that was entered into a form. It is not the form itself.
The recipient of this data file should save it locally with a unique name.
Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form or creating a spreadsheet from several data files.
See Help in Adobe Acrobat Professional 7 or later for more details."
Can this be done?
Thanks for the help.
#1: Client Side
Adobe Reader sends the PDF through your Client Email Software. You will not have control over the client email software. If a client-email application doesn't exist, the form will not be sent. You may not have control over the message body. If you need to submit the entire PDF, it will require Extended Rights for Adobe Reader users, and some restrictions apply.
#2: Server-side
Adobe Reader submits the form data to a server-side script, and the message is sent via SMTP server, without client e-mail software. You will have complete control over how the message is sent. You have complete control over the entire message, and subject. The form will be transmitted w/o client-email software installed. The PDF submits the FDF, XDP, XML, XFDF data to a server-side script, and merges a blank form with the data, and attaches it to an e-mail message.
For solution #2, please check out http://www.PDFEmail.net
Regards,
Nick K.
NK-Inc.com
FDF Toolkit .net: ASP.net library for PDF
Email PDFs with PDF Email .net