formie leverages the simplicity of HTML form actions to allow painless data capturing. With one line of code, formie serves as a form backend, API, dashboard and email service. It’s the simplest way to power custom forms on your website. Unique features include:
- 📨 Email notifications
- 🚫 Spam prevention powered by reCAPTCHA
- 👥 Ability to setup teams
↕️ Filter & sort by submitted fields
Just add your formie endpoint to any HTML form. That's it.
<form action="https://formie.dev/{form_id}" method="post">
<input name="Email" id="email" type="email">
<textarea name="Message" id="message">
<button type="submit">Submit</button>
</form>
Head over to formie, # and create your first form.