<div id="form">

<form method="post" action="contact/contact_form.php">

<p><label for="name">Your name:</label><br />
<input type="text" name="name" id="name" /></p>

<p><label for="email">Your e-mail address:</label><br />
<input type="text" name="email" id="email" /></p>

<p><label for="comment">Your Brief Message:</label><br />
<textarea name="comment" id="comment"></textarea></p>

<p><input type="submit" value="Send Form" class="button" title="Before hitting send, please proofread and correct any errors." /> <input type="reset" value="Reset Form" class="button" /></p>

</form>
</div>
<!-- end of form coding -->

return to tutorial and/or