Total forms
—
Total submissions
—
AWS cost / mo
$1.50
Your plan
Free
1 form · 100 subs/mo
No forms yet
Create your first form to get a public endpoint
Select a form
Choose a form above to view its submissions
API Base URL
—
copy
Account email
—
Embed snippet
Copy this into any HTML page. Replace YOUR_FORM_ID.
<form action="YOUR_ENDPOINT" method="POST"> <input name="name" placeholder="Name" required /> <input name="email" type="email" required /> <textarea name="message"></textarea> <button type="submit">Send</button> </form>copy