These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Submitting Form Info into Centrally Stored File

spswell
Registered: Aug 1 2011
Posts: 18

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. :)

My Product Information:
Acrobat Pro 10.0
maxwyss
Registered: Jul 25 2006
Posts: 255
At a very first glance, that sounds more like something to be handled on server side.

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.