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

Re: Submitting Data

wislndixie
Registered: Oct 3 2006
Posts: 125

Re: submitting data:
 
I tried appending #FDF to the end of my URL and got the following message when I used the submit button: "No Variables Sent To Form. Unable to Process Request."

My Product Information:
Acrobat Pro 7.0.9, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Actually the first part of my answer was the most important part, i.e., is the server script reachable at all?

The bit about the #FDF is just so Acrobat knows how to handle return data. You've got to get it to send data to the server in the first place.

What you need to do is develop the script on your local system where you can set breakpoints in the server code to see what Acrobat is passing down and how the script is responding.

In your previous email the submit function did not include a "cSubmitAs" paramerter. This might also be part of the problem.

Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

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