Integrating a forms backend

You can add a forms backend using fabform.io
with just a few lines of 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>