Question : Process post from acrobat form

Hello,

I currently have been developing forms with Adobe Acrobat Pro 9. The button control has an option to submit to a web server, but I'm not sure how to handle it once I submit it to my web server. What I would like to see happen is when the submit button gets pressed, the data is sent to a .net page on my web server and have that page store all of the field data into variables. Does any one know how acrobat handles its submit function, and how to store the data after the submit is initiated?

Thanks  

Answer : Process post from acrobat form

Do you know how to process regular HTML form submissions? Then you can also process Acrobat form submissions: There are several options for you to choose from, the most straight forward one is to select the HTML form submission on the submit button's properties dialog.
How you would store the data is up to you, there is nothing in Acrobat that demands a special way to store data, you can decide what's right for your application. This can be in a database, but it could also be just a plain old CSV file - however I would strongly suggest a database.
Random Solutions  
 
programming4us programming4us