@fabform/static-site-form

1.0.3 • Public • Published

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.

Static Site Forms

GitHub Repository

Create A Static Website With Contact Form On Github Pages

Netlify Status

Package Sidebar

Install

npm i @fabform/static-site-form

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

4.83 kB

Total Files

4

Last publish

Collaborators

  • fabform