Ash
Just to let you know that your feedback page isn't working - when you click 'Submit' there has to be a line of code that sends the information that your visitor's typed in to a CGI server, which will then send it to your mailbox. All in all it's pretty confusing. Anyhow, here's some code from my Tameside football site. If you change the bits around which I've put stars next to to your own stuff, then it should work.
<FORM ACTION="
http://www.response-o-matic.com/cgi-bin/rom.pl" METHOD="POST" ENCTYPE="x-www-form-urlencoded">
<DL><DT>
<INPUT TYPE="hidden" NAME="your_email_address" VALUE="***tom.fern@btinternet.com***"> <INPUT TYPE="hidden" NAME="your_name" VALUE="***Tom Fern***"> <INPUT TYPE="hidden" NAME="email_subject_line" VALUE="***Tameside Football on the Net***">
<INPUT TYPE="hidden" NAME="required_fields" VALUE="your_email_address">
<INPUT TYPE="hidden" NAME="thank_you_title" VALUE="Thank you">
<INPUT TYPE="hidden" NAME="return_link_url" VALUE="***http://www.btinternet.com/~tom.fern/tameside/index.html***">
<INPUT TYPE="hidden" NAME="return_link_name" VALUE="***Click here to return to the Tameside Football on the Net***">
<INPUT TYPE="hidden" NAME="background_color" VALUE="#000000">
<INPUT TYPE="hidden" NAME="text_color" VALUE="#fffff"> <INPUT TYPE="hidden" NAME="link_color" VALUE="#fffff"> <INPUT TYPE="hidden" NAME="visited_link_color" VALUE="#fffff"> <INPUT TYPE="hidden" NAME="active_link_color" VALUE="#fffff">
Your name:
|
<INPUT TYPE="text" NAME="visitor_name" SIZE="50">
|
Email address:
|
<INPUT TYPE="text" NAME="visitor_email_address" SIZE="50">
|
</DL>
<BLOCKQUOTE>
<TEXTAREA NAME="Comment" ROWS="5" COLS="50"></TEXTAREA></P>
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit"><INPUT TYPE="reset" VALUE="Reset"></P>
HOME</BLOCKQUOTE>
</FORM>
That should work, but if it doesn't, then email me.
Cheers
Tom