Last active
August 29, 2015 14:02
-
-
Save willwright82/bc12b88e0c11b92e5815 to your computer and use it in GitHub Desktop.
Formspree Form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="//formspree.io/[email protected]"> | |
<input type="text" name="name"> | |
<input type="email" name="_replyto"> | |
<textarea name="body"> | |
<input type="submit" value="Send"> | |
<input type="hidden" name="_next" value="//site.io/thanks.html" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment