Here's what the form will look like. Not sure how to have it sent to my email.
Code:
<form id="form1" name="form1" method="post" action="????">
<p>
<label>Contact Name
<input name="Name" type="text" id="Name" />
</label>
</p>
<p>
<label>Email Address
<input name="Name" type="text" id="Name" />
</label>
</p>
<p>
<label>Comments & Questions <br />
<textarea name="Questions & Comments" cols="50" rows="5" id="Questions & Comments"></textarea>
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit Form For Processing" />
</label>
</p>
</form>
Bookmarks