Hi guys, i have bought a template and changed it, but now i have problems with my contact form. i dont know how to make it work. have a look on the site please http://www.bracksconsulting.com/index-5.html
and this is my css code for the contact form. so where can i activate my submit button and make it send the page to me.
<div class="col_2">
<div class="indent">
<img src="images/t6_3.gif" alt="" class="title" /><br />
<form action="" enctype="multipart/form-data" id="form">
<div class="box">
<div class="col_box_1">
Your name:
<div class="div_input"><input name="name" type="text" id="name" />
</div>
E-mail address:
<div class="div_input"><input name="email" type="text" id="email" />
</div>
Phone:
<div class="div_input"><input name="phone" type="text" id="phone" />
</div>
</div>
<div class="col_box_2">
Your message:
<div><textarea name="message" cols="0" rows="0" id="message"></textarea>
</div>
</div>
<div class="clear"></div>
</div>
<div class="div_links"><a class="link_3" href="#" onclick="document.getElementById('form').reset()"> clear</a><img src="images/spacer.gif" alt="" height="1" width="15" /><a class="link_3" href="#" onclick="document.getElementById('form').submit()" >submit</a></div></form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
Thank you
|