Submitly

Your first form endpoint in minutes

Get a working form backend before your coffee cools.

Create an endpoint, paste one HTML snippet, and start receiving form submissions by email. The dashboard can wait until after your first success.

Copy, paste, ship

<form action="https://api.submitly.app/f/sub_..." method="POST">
  <input name="email" type="email" />
  <textarea name="message"></textarea>
  <input type="text" name="_submitly_hp" hidden />
  <button>Send</button>
</form>
Create an endpoint
Paste the HTML form
Submit a test message
Receive email notifications