Easy Forms

Connect your forms to our API and let us do the work of: storing, managing, displaying & reporting your data, without the need of your own backend

<form
  action="https://www.easy-forms.com/<FORM_KEY>"
  method="post"
  target="_blank"
  onsubmit="this.reset();"
>

  <label for="first-name">First name:</label>
  <input type="text" id="first-name" name="first-name">

  <label for="last-name">Last name:</label>
  <input type="text" id="last-name" name="last-name">

  <input type="submit" value="Submit">

</form>
  • Docs
  • Contact
  • TOS
  • Privacy Policy

Developed with ❤️ by Merouane Bali