Contact us
<img src="images/title.gif" alt="A Nice & Simple Contact Form" />
By <a href="http://css-tricks.com">CSS-Tricks</a>
There are a million contact form examples on the web, why this one? Because it's SIMPLE, it's FREE, it WORKS, it's VALID, and it's primarily styled with CSS.
If you are trying to contact CSS-Tricks, DO NOT USE THIS FORM. This is just an example, my real <a href="http://css-tricks.com/contact/">contact form is here</a>.
<a href="http://css-tricks.com/examples/NiceSimpleContactForm.zip">[DOWNLOAD THIS EXAMPLE]</a>
<form method="post" action="contactengine.php"> <label for="Name">Name:</label> <input type="text" name="Name" id="Name" />
<label for="City">City:</label> <input type="text" name="City" id="City" />
<label for="Email">Email:</label> <input type="text" name="Email" id="Email" />
<label for="Message">Message:</label>
<textarea name="Message" rows="20" cols="20" id="Message"></textarea>
<input type="submit" name="submit" value="Submit" class="submit-button" /> </form>