Skip to content

Instantly share code, notes, and snippets.

@ggamel
Forked from sskylar/form.html
Last active August 29, 2015 14:26
Show Gist options
  • Save ggamel/a4ecd9be6ea31f293607 to your computer and use it in GitHub Desktop.
Save ggamel/a4ecd9be6ea31f293607 to your computer and use it in GitHub Desktop.
Formspree + Siteleaf metadata
<form action="//formspree.io/{{ site.meta.contact_email }}" method="POST">
<input type="email" name="_replyto" placeholder="Your email">
<textarea name="message" rows="5" placeholder="Your message"></textarea>
<input type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment