I'm trying to create the following process using Acrobat 7 Pro on mac: (1) The user completes an online form and clicks the submit button. (2) The data is forwarded to me via email (without the user opening an email client). (3) I populate that data into the original pdf (on my computer) to be printed. I've been trying forever to get a pdf form to allow online submission. I'm to the point where the form can successfully be submitted as html but I can't get it to submit using fdf. I'd like the user to submit data that is received by email to be repopulated on my computer so that I can print the pdf as it appeared on their screen when it was submitted.
The problem is that the html information that's emailed doesn't allow me to feed it back into the pdf file and selecting fdf as the submission method (for the submit button) generates errors.
The form is already created and the submission (as HTML) submits properly (but doesn't meet my needs).
I obviously don't know much about scripts and just need something simple. I don't need for the server to send any information to the user; I just need the fdf data to come back to me so that I can import it back into a .pdf--all generated simply by the user clicking the submit button.
I found a good number of (quasi complicated) sites talking about how to get fdf to write to the pdf on the screen but I can't seem to find any to give just a simple script to send the fdf via email. The form was created in Acrobat 7 Pro on mac.
The html submission works (but does not accomplish the goal). I was also able to get the form submitted as an attachment but the files can get large and the user has to open a separate email client for it to work so that's not a real option.
Submission of the fdf is the only other option that I can think of but I can't seem to find a script to make it work.
Any help? Is there a simple way to do this without a sophisticated knowledge of scripts?