Created
June 20, 2016 00:48
-
-
Save glennr/8fd47fd08f1fc0f5dc7e2bd051fb4f82 to your computer and use it in GitHub Desktop.
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 id="contact" 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="[email protected]"/> | |
<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