Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.12 KB

File metadata and controls

36 lines (29 loc) · 1.12 KB
date 2008-08-04 01:58:39
layout page
slug contact
status publish
title Contact Tim
Tim Keller
Me, literally just waiting for your email.

Please use the form below to send me a message. I'll do my best to respond timeously.

<div style="margin:0 auto; width:600px; border:0">

	<form class="form" action="http://getsimpleform.com/messages?form_api_token=153d60bf4e2424787467d2291cd25e45" method="post">
		<fieldset>
		  <!-- the redirect_to is optional, the form will redirect to the referrer on submission -->
		  <input type='hidden' name='redirect_to' value='http://timkeller.me/contact-thanks' />
		  <!-- all your input fields here.... -->
		  <input type="text" name="name" placeholder="Your name"><br>
		  <input type="email" name="email" placeholder="Your email address"><br>
		  <textarea name="message" style="height:200px; width:400px" placeholder="Message..."></textarea><br>
		  <input type='submit' value='Send' />
		</fieldset>
	</form>

</div>