Expand my Community achievements bar.

HTTP Submit

Avatar

Level 2
I read that the HTTP Submit button really only works with Form Server. Is this true?
<br />
<br />Did adobe bait and switch small business?
<br />
<br />Documentation says it uses POST to submit information to a server. Should not an HTML page be able to pick up the valuse of the fields? What is the format the it submitts the data with - XML, FDF,etc.?
<br />
<br />I do not program, I have a general understanding this is a sample in PHP, but I also read that the format Designer Forms uses in not compatible with PHP.
<br />
<br />
<br />
<br /><?php<br />ini_set ('display_errors', 1);<br />error_reporting (E_All & ~E_NOTICE);<br /><br />print"Your first name is {$_POST['First_Name']} second name is {$_POST['Second_Name']} and you work for {$_POST['Company']}";<br />?>
<br />
<br />
<br />
<br />All insight appreciated
1 Reply

Avatar

Former Community Member
There is an other post that similar to yours.
Click here to see it.