@fabform/static-site-form
v1.0.3
Published
Static Site Forms. How to use fabform.io to collect static form submissions. Inteligent forms backend service.
Downloads
9
Maintainers
Readme
Static Site Form With FabForm.io
Create Static Site Forms with ease with fabform.io the intelligent forms backend service. Static sites dont have a backend server running, so you need to utilize the services of a forms backend to handle your forms submissions.
Fabform.io is a powerful form backend. No server code required. Easy setup. Simply set your form’s action to our endpoint, add unique names to your form fields and your done!
Spam blocked, data validated. We validate your data server-side and use machine learning to protect you from spam
Submissions are saved to the FabForm Inbox, View submissions, see daily analytics reports, and export to CSV or JSON
Demo Static Site Form App This is a demo static site form hostedon Netlify.
Here is quick tutorial on how do get a static site form up and running.
Navigate over to fabform.io and open an account. Free plan available.
Click on Create A Endpoint.
Set your form action property to point to you new Endpoint. And thats it. You are done.
<form action="https://fabform.io/f/{form-id}" method="post">
<label for="email">Your Email</label>
<input name="email" type="email">
<button type="submit">Submit</button>
</form>
You have a fulling working Static Site Form. You can host your site on any static site hosting services like GitHub Pages or Netlify.