Adding a fabform.io backend to your forms

fabform.io

if you want to add the static website forms to save your form data you can with this code.

<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>