Hi, I need Help on setting up my web mail cgi form, I'm new on web design but doing ok, ontil I want to put a feed backform on my site, first, didn't know anything about it, so I sow geting a script on the web, an got one, the only problem was that was linked to de script provider, was then when i find out that my site server has a cgi-bin so I went on disigning my own form, but can't make it work, it give me a action error, so need help on solving this problem.
this is what I have so far. and try anythig to make it work, including changing the permition en the involved cgi folder on the server.
Please, if any one could help me.
I will appreciate
<form action="
http://hdrc.net/cgi-bin/cgiemail" method="post">
<input type="hidden" name="recipient" value="
hector@hdrc.net">
<input type="hidden" name="subject" value="Feedback from web site">
<input type="hidden" name="redirect" value="
http://www.hdrc.net/thankyou.html">
<P>Your full name:<BR>
<INPUT TYPE="text" NAME="name" SIZE="30"><br>
<P>Your email address: (e.g.: <EM>
you@aol.com</EM>)<BR>
<INPUT TYPE="text" NAME="from" SIZE="30"><br>
<TEXTAREA NAME="Comment Box 1" ROWS="10" COLS="30" WRAP="hard">Comment</TEXTAREA>
<P><input type="submit" name="Submit Button" value="Send to Hector">
<P><INPUT TYPE="reset" VALUE="Clear Form">
</form>