Fernandofinyellow / formie-formularios

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.

Home Page:https://formie.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formie

Forms without the hassle

GPL3 License Code Style: Prettier

✨ What is formie?

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

How easy is integrating formie into my project?

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>

🚀 Get started

Head over to formie, sign in and create your first form.

(back to top)

About

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.

https://formie.dev

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.3%Language:CSS 0.9%Language:JavaScript 0.7%