Hi -
I have an acrobat form with a submit button. I use the submit button to run some javascript to validate form fields and then email the entire .pdf form.
After some preliminary testing I've concluded that emailing acrobat forms via a submit button on the form is problematic because you cannot rely on Acrobat being able to find the end user's email client.
So, I believe a more reliable solution is to store the forms in a directory on the webserver.
For this to work I need to make sure that competed forms that are stored in the directory each have a unique name; otherwise I'd be overwriting the form.
Is there an acrobat javascript function that I can use to save the form with a unique name to the webserver?
Thanks!
Jeff
(I'm using acrobat pro v8.1.2 on windows.)