Skip to content

Forms V1 (Legacy)

  1. Register or Sign in and create a new form.
  2. Get your form’s key
  3. Wrap your form:
<snip-form key="YOUR_KEY">
<form>
<input type="text" name="name" />
<input type="email" name="email" />
<input type="submit" value="Submit" />
</form>
</snip-form>
  1. Add the SnipForm Javascript (~65 KiB) at the bottom of your page:
<script src="https://cdn.snipform.io/wrap/sf.iife.js" defer></script>
</body>

Your form now has a secure, spam protected backend. All submits will be captured on your account and emailed to you.