Skip to content

Instantly share code, notes, and snippets.

@stefanolaru
Created October 24, 2018 15:30
Show Gist options
  • Save stefanolaru/85738c863d6ecf6be06567c965c11b50 to your computer and use it in GitHub Desktop.
Save stefanolaru/85738c863d6ecf6be06567c965c11b50 to your computer and use it in GitHub Desktop.
<form action="https://send.sift.email" method="POST">
<!--
// Required Fields
-->
<input type="email" name="email" placeholder="Your email" required>
<input type="hidden" name="_key" value="YOUR SIFT FORM KEY">
<!--
// Optional Fields
-->
<!-- Custom Subject -->
<input type="hidden" name="_subject" value="New Form Submission">
<!-- Custom From Name -->
<input type="hidden" name="_from" value="You Website Title">
<!-- URL to redirect on success -->
<input type="hidden" name="_redirect" value="http://example.com/thank-you-page">
<!-- Honeypot for spam bots -->
<input type="hidden" name="_url" value="">
<!-- Custom data you want to receive back -->
<input type="hidden" name="_custom" value="Success message">
<!-- -->
<input type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment