Skip to content

Commit

Permalink
add POST method to form
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bartlett committed Jun 25, 2015
1 parent 05170f5 commit c4c4970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Contact Long Haul
<p>The form is provided by <a href="http://formspree.io/">Formspree.</a> Follow the directions on their site to set up the form for use.</p>
<p>If you have questions about the theme feel free to <a href="mailto:brimaidesigns@gmail.com">email me</a> or create an issue on <a href="https://github.com/brianmaierjr/long-haul">GitHub</a>. Enjoy!</p>
</div>
<form action="http://formspree.io/your@mail.com">
<form action="http://formspree.io/your@mail.com" method="POST">
<label for="name">Name</label>
<input type="text" id="name" name="name" class="full-width"><br>
<label for="email">Email Address</label>
Expand All @@ -19,4 +19,4 @@ title: Contact Long Haul
<textarea name="message" id="message" cols="30" rows="10" class="full-width"></textarea><br>
<input type="submit" value="Send" class="button">
</form>
</div>
</div>

0 comments on commit c4c4970

Please sign in to comment.