FormLoom turns any form into stored submissions plus email — no backend. Here's the fastest path.
1. Get an access key
Sign up (or use the email-only fast path) to mint an access key. The key is your form id — safe to commit client-side.
2. Point a form at FormLoom
contact.html
<form action="https://api.formloom.ai/submit/YOUR_ACCESS_KEY" method="POST">
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>3. Submit
Submit the form. It's stored, spam-scored, and emailed to you. That's it.
Want framework-specific code? Use the Snippet Generator or your framework's docs page.