Skip to content

Instantly share code, notes, and snippets.

@willwright82
Last active August 29, 2015 14:02
Show Gist options
  • Save willwright82/bc12b88e0c11b92e5815 to your computer and use it in GitHub Desktop.
Save willwright82/bc12b88e0c11b92e5815 to your computer and use it in GitHub Desktop.
Formspree Form
<form action="//formspree.io/you@email.com">
<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