Last active
June 20, 2016 01:17
-
-
Save glennr/707fab9f0067503d293b1efddc6efc2e 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 name="_gotcha" type="text" /> | |
<input name="email" type="email" placeholder="[email protected]"/> | |
<button type="submit">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment