I'm trying to create an HTTP Post button to a site that has an html page
as an example. Posting via the built in HTML Post button doesn't seem to
format it correctly for this site. Can I do it with a javascript
function? What would that look like so I have the fields on my form pull
and load? I tried doing it by contatenating a URL string but acrobat
crops the url at 1054 char and I need to be able to pass a long string.
So I am trying to do it another way through HTTP Post. Also, HTTP Post
won'...