The code for the form is:
Code: Select all
<div id="form">
<form action="index.php" method="post" name="[object]">
<p>Please note: Items shown in <strong>Bold</strong> are required.</p>
<fieldset><legend>Tell us how to get in touch with you:</legend><label accesskey="f" for="firstname">Your name: </label><input id="name" title="your name" tabindex="1" name="name" type="text" /><br />
<label class="required" accesskey="e" for="email">Your Email: </label><input id="email" title="your email" tabindex="2" name="email" type="text" /><br />
<label accesskey="p" for="phone">Your Phone: </label><input id="phone" title="your phone" tabindex="3" name="phone" type="text" /><br />
</fieldset>
<p> </p>
<fieldset><legend>Enter your comments in the space provided:</legend><label accesskey="c" for="comments">Comments: </label><textarea id="comments" title="comments" tabindex="4" rows="6" cols="30" name="comments"></textarea><br />
<input id="ContactRequested" title="contact requested" tabindex="5" type="checkbox" valign="bottom" name="ContactRequested" value="on" /> Please contact me as soon as possible regarding this matter. </fieldset> <label for="kludge"></label><input id="submit" tabindex="5" type="submit" value="Send" /> <input id="reset" tabindex="6" type="reset" value="Reset" />
</form>
</div>
Help appreciated!
