SnipForm Wrap
Up and running
Quick start
Get your form's key
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>
Add the SnipForm Javascript (only ~65 KiB) at the bottom of your page, just above the closing
</body>
tag:<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.
But that's just the beginning! Improve your form's experience and data quality with SnipForm's built in directives:
Field Validators
Leverage over 30 field validators with a simple directive
Error display states
Improve your form's UX with easy to use error state directives.
Result content
Build your result page's HTML directly in your form. No need to redirect to a special thank-you page
Loading/Submit states
Further improve your forms experience with loading and submit state directives.
Getting help
We're here to help. If you have any questions, please submit a ticket on your account and we'll get back to you as soon as possible.