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

How to make a http submit?

jintonico
Registered: Jul 3 2007
Posts: 2

Hi:

I've been trying so send information to a web page using Acrobat Designer 7 to a page in ASP.NET 2.0
For that i've used the http submit button, configured the URL to a specific url.

Now my question's:

How do i put data in the page? can i use something like this: http://...........page1.aspx?nome=TextField1

Or do i have to use another method?

I've tryed this procedure:
http://www.ammug.org/drupal/node/101

But it fails when i change the XML from format="formdata" to format="urlencoded" (gives me an error in PDF preveiw)

Any help would be very apreciated
Marco

lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
Form Designer and Reader support two methods for submitting data: submitting form data as application/x-www-form-urlencoded using HTTP POST, and SOAP.

For more information on using HTTP POST check out Steve Tibbett article on the HTTP submit at:

http://blogs.adobe.com/stevex/2006/05/http_submit.php

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.