Form backend service

irishgeoff

New Member
Here is some HTML form code you can drop into your website to get a Form backend service working in a few minutes without the need of a backend programming language

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

```
 
Top