Created
June 20, 2016 00:49
-
-
Save glennr/3557b76f62e1f76f2c7a0592c9ece463 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 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