Help with FORM

I need to create a Simple survey on my website " SITE B " which lets me to " SUBMIT " data to 3rd party website " SITE A "

EX: survey on my website " B ": Name : ------ Age : ------ Race : -----
Allows users to " SUBMIT " radio button to send information to 3rd party website " A "

I have the HTML code already
I need help with the SENDING info / submit to site A

Just use the action attribute to set its destination
[php]<form name=yourForm"" action=“http://www.somesite.com/somefolder/somfile.php” method=“post”>[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service