I need help with a form.

windows

Guest
Im trying to put a form on my site<br />
For some reason, it wont send.<br />
Here is the code I used:<br />
<br />
<FORM METHOD=POST ACTION="http://www.anzwers.org/cgi-bin/free/user_formmail.cgi"><BR><br />
<INPUT TYPE="HIDDEN" NAME="account" VALUE="alexn817"><BR><br />
<INPUT TYPE="HIDDEN" NAME="cata" VALUE="cata_1"><BR><br />
Your Name: <INPUT TYPE="TEXT" NAME="Your Name"><BR><br />
Your Email Address: <INPUT TYPE="TEXT" NAME="Your Email Address"><BR><br />
Subscription Details:<BR><br />
<TEXTAREA NAME="Subscription details" ROWS=3 COLS=39></TEXTAREA><BR><br />
<br />
<br />
<br />
<br />
<SELECT NAME="Site rating"><br />
<OPTION VALUE="">Rate this site<br />
<OPTION VALUE="The Best">The Best<br />
<OPTION VALUE="Superb">Superb<br />
<OPTION VALUE="Great">Great<br />
<OPTION VALUE="So-so">So-so<br />
<OPTION VALUE="Needs Work">Needs Work<br />
<OPTION VALUE="Bad">Bad<br />
<OPTION VALUE="Sucks">Sucks<br />
</select> <br />
<br><br />
<br />
<br><br />
<INPUT TYPE="radio" NAME="subscription type" VALUE="All">All<br><br />
<INPUT TYPE="radio" NAME="subscription type" VALUE="Games">Games<br><br />
<INPUT TYPE="radio" NAME="subscription type" VALUE="Other">Other (specify in form)<br />
<br><br />
<br />
<br><br />
<INPUT TYPE="radio" NAME="Conformation" VALUE="Yes">Yes<br><br />
<INPUT TYPE="radio" NAME="Conformation" VALUE="No">No<br><br />
<br />
<br />
<INPUT TYPE="submit" NAME="submit" VALUE="Submit"> <br />
<INPUT TYPE="reset" NAME="clear" VALUE="Clear Form"><br />
Can someone help?<!--content-->It probably has to do with the cgi script. insead of using cgi use this <!-- m --><a class="postlink" href="http://www.webdevfaqs.com/php.php#mailer">http://www.webdevfaqs.com/php.php#mailer</a><!-- m --><!--content-->Originally posted by soccer362001 <br />
It probably has to do with the cgi script. insead of using cgi use this <!-- m --><a class="postlink" href="http://www.webdevfaqs.com/php.php#mailer">http://www.webdevfaqs.com/php.php#mailer</a><!-- m --> So did you actually check his server or did you just assume everybody has PHP available? I guess even if modphp is installed that doesn't mean they let everyone use it.<!--content-->It was a suggestion.<!--content-->would it also be possible that he doesn't have cgi available? i know most hosts support cgi, but mite as well check it out. just a thot,<br />
-Dan<!--content-->No, because some of my forms with that cgi work.<br />
I think that its sometinh with the code.<!--content-->Originally posted by alexn817<br />
For some reason, it wont send. <br />
Do you get an error? When you hit submit, does anything happen? Do you get taken to a 404 page? Anything...?<!--content-->It just didnt send<br />
I used free-cgi.com<br />
No more problem<br />
Thanks anyway:cool:<!--content-->
 
Back
Top