home fanart gallery downloads tutorials www

mail form tutorial


Email forms are relatively easy to make. There are some browsers who don’t support them though, so it’s wise to have a link also to directly email you.

This mail form requires no cgi so it can be used almost anywhere!

Just copy and paste and alter the text in bold to make it your own information
 


<form method="post" enctype="text/plain" action='mailto:your email address'><br>
<input type="hidden" name="To" value="your subject for email">Your name:<br>
<input type="text" name="name:" size="50" maxlength="100">Your email address:<br>
<input type="text" name="email:" size="50" maxlength="100">Web address:<br>
<input type="text" name="url:" size="50" maxlength="100"><br><br>

Question/Comment?<br>
<textarea name="Subject of text area" rows=7 cols=46></textarea>
<br><br>

<input type="submit" value="Submit"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Try again"></form>


And it will look like this.



Your name:


Your email address:


Web address:


Question/Comment?