Requirements to use FormBackend
HTML Form
<form action="https://www.formbackend.com/f/{your-identifier}" accept-charset="UTF-8" method="POST">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<button type="submit">Submit</button>
</form>Last updated
Was this helpful?