Open form backend
Form Plume turns any HTML form into a production inbox.
Paste one form action and get submissions, email notifications, spam controls, signed webhooks, and an authenticated dashboard.
<form action="https://api.formplume.com/f/abc123" method="POST"> <input type="email" name="email" required> <textarea name="message" required></textarea> <button>Send</button> </form>