Hello...
I was wondering if anyone knew how to create a form with a submit button, that when clicked, has all data appended to a centrally stored file. Ideally, I would like to have a file on a server that updates automatically when someone submits information from an Acrobat form.
Any help that you might be able to offer would be greatly appreciated. :)
You would submit the data to a specific URL, which then takes care of appending the data to an according database (or to a text file; PHP or Perl scripts can do that rather easily).
Hope this can help.
Max Wyss.