Hi
I am new to all this I am building my first website form a template i got and have edited it with dream weaver cs5
I am creating a enquiry form and need to get it to send to my email (website is www.golfingholidays.ie incase you need to look at it) . I want is the enquiry to email to me.
Any help would be much appreciated
Thank you
form code
<div id="top"></div>
<div id="mid">
<div id="form">
Name <input type="text" size= "28"; height="13" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:10px; margin:40px 0px 10px 94px;"} />
<br />Telephone Number        <input type="text" size= "28 "; height="13" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px 0px 10px 0px;"} />
<br />Email Address <input type="text" size= "28"; height="13" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px 0px 10px 47px;"} />
<br />Address <input type="text" size= "28" style="font-family:Arial, Helvetica, sans-serif; height:73px; font-size:12px; margin:0px 0px 10px 82px;"} />
<br />Destination <select style="text-align:center; margin-left:65px;" >
<option>Please Select</option>
<option>Portugal</option>
<option>Spain</option>
<option>Tenerife</option>
<option>Gran Canaria</option>
</select>
<br /> Number of People <select style="text-align:center; margin:10px 0px 0px 28px; width:60px;">
<option> -- </option>
<option> 01 </option>
<option> 02 </option>
<option> 03 </option>
<option> 04 </option>
<option> 05 </option>
<option> 06 </option>
<option> 07 </option>
<option> 08 </option>
<option> 09 </option>
<option> 10+ </option>
</select>
<br />
Duration <select style="text-align:center; margin:10px 0px 0px 81px; width:60px;">
<option> -- </option>
<option> 01 </option>
<option> 02 </option>
<option> 03 </option>
<option> 04 </option>
<option> 05 </option>
<option> 06 </option>
<option> 07 </option>
<option> 08 </option>
<option> 09+ </option>
</select>
<br />Accom<select style="text-align:center; margin:10px 0px 0px 99px; width:149px;">
<option>Please Select</option>
<option>Apartments</option>
<option>2** Hotel</option>
<option>3*** Hotel</option>
<option>4**** Hotel</option>
<option>5***** Hotel</option>
</select>
<br /> Number of Rounds <select style="text-align:center; margin:10px 0px 0px 23px; width:60px;">
<option> -- </option>
<option> 01 </option>
<option> 02 </option>
<option> 03 </option>
<option> 04 </option>
<option> 05 </option>
<option> 06 </option>
<option> 07+ </option>
</select>
<br /> <div style="margin-top:10px;">Car Hire <input type="checkbox" name="Yes" value="Yes"/>Yes <input type="checkbox" name="no" value="no" />No
</div>
<br />Other <input type="text" size= "28" style="font-family:Arial, Helvetica, sans-serif; height:23px; font-size:12px; margin:10px 0px 10px 91px;"} />
<a id="button" href="#">Submit</a>
</div>