I am not sure what is going on. When someone fills out the contact form, nothing is emailed to me.
I do have the email in the rights spot. here is my code:
<div class="contact-area"><form class="contact-form" action="#" method="post"><input id="name" tabindex="1" name="name" size="22" type="text" value="" placeholder="Name" />
<input id="email" tabindex="2" name="email" size="22" type="text" value="" placeholder="Email" />
<textarea id="message" tabindex="4" cols="39" name="message" rows="7" placeholder="Message"></textarea><input id="sendto" name="sendto" type="hidden" value="cellis@gerberslaw.com" />
<input id="submit" name="submit" type="button" value="Post" />
</form></div>
anyone can help?