A lot of people have asked me about my mailforms, so I thought maybe I should make a tutorie page on that! :) I got all my mailforms at Response-O-Matic. You can either go there and get a mail form, or just copy and paste the code below:
NOTE: change the information in capital letters into your own, but not the ones in small letters! e.g. mail address, subject...

<FORM action="http://www.response-o-matic.com/cgi- bin/rom.pl" method="POST"> <CENTER>&nbsp;</CENTER></font> <INPUT TYPE="hidden" NAME="your_email_address" VALUE="YOUR MAIL ADDRESS HERE"> <INPUT TYPE="hidden" NAME="your_name" VALUE="YOUR NAME HERE"> <INPUT TYPE="hidden" NAME="email_subject_line" VALUE="YOUR SUBJECT HERE"> <INPUT TYPE="hidden" NAME="required_fields" VALUE="your_email_address"> <INPUT TYPE="hidden" NAME="thank_you_title" VALUE="A MESSAGE FOR YOUR VISITORS HERE"> <INPUT TYPE="hidden" NAME="return_link_url" VALUE="YOUR PAGE URL HERE"> <INPUT TYPE="hidden" NAME="return_link_name" VALUE="YOUR PAGE NAME HERE"> <INPUT TYPE="hidden" NAME="background_color" VALUE="A COLOR HERE"> <INPUT TYPE="hidden" NAME="text_color" VALUE="A COLOR HERE"> <INPUT TYPE="hidden" NAME="link_color" VALUE="A COLOR HERE"> <INPUT TYPE="hidden" NAME="visited_link_color" VALUE="A COLOR HERE"> <INPUT TYPE="hidden" NAME="active_link_color" VALUE="A COLOR HERE"> </CENTER></H3> </CENTER></P> <BLOCKQUOTE><P><TABLE BORDER=0 CELLSPACING=0> <TR><TD WIDTH=116> Your name: <Br><INPUT TYPE="text" NAME="visitor_name" VALUE="" SIZE=20><tr><td width=116>Anything else? <Br><TEXTAREA NAME="extra" ROWS=number COLS=number></TEXTAREA></font></td></tr></TABLE></P> <Br><INPUT TYPE="submit" NAME="send" VALUE="submit"><INPUT TYPE="reset" VALUE="reset"></P></BLOCKQUOTE> <P>&nbsp;</P> </FORM> That's it! copy and paste this code onto your page, then you'll have your mail form!
If you want colors on your mailform like mine, here are some options, add them in the code where it says INPUT TYPE....
  • background color: style="background: a color here"
  • font color: style="color: a color here"
  • font size: style="font-size:1-20"
  • font face: style="font-family:a font here"
  • font weight: style="font-weight: bold/normal"
  • italic: style="font-style:italic"
  • border style: style="border-style: outset/solid"
  • border size: style="border:1-10"
  • border color: style="bordercolor:a color here"

    Need to know more? Click here then!

    «back