Contact Form API
Get the Code:
<h2>Contact Me</h2>
<form action="http://apis.parkershepherd.com/sendmail.php" method="post">
<label>Form Name</label>
<input type="hidden" name="formname" value="" />
<input type="hidden" name="sendto" value="" />
<input type="hidden" name="redirect" value="" />
<label>Your Name</label>
<input type="text" name="name" />
<br />
<label>Your Email</label>
<input type="text" name="email" />
<br />
<label>Your Message</label>
<textarea name="message"></textarea>
<br />
<label>Submit</label>
<input type="submit" value="Send" />
</form>
CSS to get you started
<link rel="stylesheet" type="text/css" href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400|Josefin+Sans+Std+Light|Molengo" />
<link rel="stylesheet" type="text/css" href="contact.css" />