Skip to content

Instantly share code, notes, and snippets.

@glennr
Created June 20, 2016 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennr/3557b76f62e1f76f2c7a0592c9ece463 to your computer and use it in GitHub Desktop.
Save glennr/3557b76f62e1f76f2c7a0592c9ece463 to your computer and use it in GitHub Desktop.
<form action="https://api.formferret.com/v1/f/YOUR_UNIQUE_FORM_ID"
method="POST"
accept-charset="UTF-8">
<input type="hidden" name="utf8" value="✓"/>
<input type="text" name="name" placeholder="Your name"/>
<input type="email" name="email" placeholder="you@domain.com"/>
<textarea name="comment" placeholder="Your comment"/>
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment