What is Christianity Wiki

Jump to: navigation, search

Contact us

Revision as of 15:06, 12 January 2016 by Admin (Talk | contribs) (Created page with "<div id="page-wrap"> <img src="images/title.gif" alt="A Nice & Simple Contact Form" /><br /><br /> <p>By <a href="http://css-tricks.com">CSS-Tricks</a></p> <p>Th...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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>