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

submitting my form

fendel
Registered: Sep 29 2011
Posts: 6

Hello all,
 
I have created a form and included it on my website. This form is intended for users to open in the web browser, fill out and send back to me. I placed a submit button on the form with the intention to use the submit function that acrobat provides.
 
I need to know how do i program this button so that the form gets sent to a folder on my local server. This should be done with little or no affect to my server security.
 
Thank you
 
fero

fen

My Product Information:
Acrobat Pro 10.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Acrobat submits data to a server as an HTTP Get/Post. So, you need a server script to receive the data and write it to a folder. Acrobat can submit the data in a variety of formats, one of which is the standard HTML form submit Post format. So if you have a script for receiving HTML form data, that same script can be used with a PDF form.

There are not many resources out there that explain server scripting for Acrobat. But they are there. Do a google search.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script