Here is what the form from file form.php looks like without any formatting. Change it to look however you want.
The form on this page is for viewing only and has been disabled.



Your Name

Your Email

Comments and/or Questions


Here is the html code for the above form:

<form id="form" method="post" action="">
<p>Your Name<br /><input type="text" name="Name" value=""/></p>
<p>Your Email<br /><input type="text" name="Email" value="" /></p>
<p>Comments and/or Questions<br /><textarea name="Comments" rows="5" cols="40"></textarea></p>
<p>
<input type="submit" name="submit" value="Submit" />
<input type="reset" name="Reset" value="Clear Form" />
<input type="hidden" name="config" value="0" />
</p>
</form>