Skip to content

Commit

Permalink
Grab form spree email from the site config. Closes #78.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Sep 25, 2014
1 parent 8a58c06 commit f5ec4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

<div class="py2">
<form action="https://forms.brace.io/[email protected]" method="POST" class="form-stacked form-light">
<form action="https://forms.brace.io/{{ site.email }}" method="POST" class="form-stacked form-light">
<input type="text" name="email" class="input mobile-block" placeholder="Email Address">
<textarea type="text" name="content" class="input mobile-block" rows="5" placeholder="What would you like to say?"></textarea>
<input type="submit" class="button button-blue button-big mobile-block" value="Say Hello">
Expand Down

0 comments on commit f5ec4fa

Please sign in to comment.