Skip to content

Instantly share code, notes, and snippets.

@stefanolaru
Last active October 24, 2018 14:07
Show Gist options
  • Save stefanolaru/0414a0127090fce8ba8fbfec573004a6 to your computer and use it in GitHub Desktop.
Save stefanolaru/0414a0127090fce8ba8fbfec573004a6 to your computer and use it in GitHub Desktop.
Form as a Service
<form action="https://send.sift.email" method="POST">
<input type="email" name="email" placeholder="Your email" required>
<input type="hidden" name="_key" value="YOUR SIFT KEY">
<input type="submit" value="Send">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment