|
Help w/ comment box using
Ok. So i'm new to web design, and I've got dreamweaver 8. I'm almost done with this website, and I have a problem. I have the setup for a form:
Name
Email
Phone #
Comments
the code looks like this:
<input type="text" class="form" value="your name"><br>
<br style="line-height:1px ">
<input type="text" class="form" value="phone #"><br>
<input type="text" class="form" value="e-mail"><br>
<br style="line-height:2px ">
<textarea class="textarea" cols="5" rows="5">comments</textarea><br>
<br style="line-height:8px ">
<div style="margin-left:159px "><input name="" type="image" src="images/reset.gif">
<input name="Input" type="image" src="images/submit.gif" style="margin-left:24px ">
Now the reset button works fine. How do I make it when a user clicks the "submit" image that it will put all the information together in an email format and will email to an address that I choose?
Any help here would be great! thanks guys.
|