Creating a form with a submit button that includes the pdf and is submitted to an email address. Form will be posted on the web . . .
I have heard that the submit button works only with MAPI -- is that true?
Are there any other limitations to submitting by email?
Submitting via Adobe, you have control over the e-mail subject and body, but limited to the generic file attachment name.
However, if you submit the form to a URL or a serverside script, you can parse the data into a database, and/or e-mail the merged form + data. You can also control the subject, body, and file attachment file name with a server-side script.
For more information on sending e-mail via server side scripts, check out, http://www.pdfemail.net/
Hope this can help.
Regards,
Nick K.
NK-Inc.com
FDF Toolkit .net: ASP.net library for PDF
Email PDFs with PDF Email .net