Alpha Release

Form API for static sites

You supply the form, we supply the backend.

Features

Spam protection.
Use Cloudflare turnstile and a honey pot field to protect against spam and bots.
Email notifications.
Get submissions directly to your email when someone submits your form.
<form method="post" action="https://formowl.dev/@/{form_id}">
  <label for="firstName">First name</label>
  <input name="first_name" id="firstName" type="text">

  <label for="email">Email</label>
  <input name="email" id="email" type="email">

  <input name="_honey_pot" type="text" style="display:none;">

  <button type="submit">Submit form</button>
</form>
FAQ

Frequently Asked Questions