HTML forms,
straight to the inbox.
Keep a plain HTML form on any client site. Get Formali receives each valid submission, sends an email notification, and optionally keeps a dashboard copy.
<form action="https://getformali.com/f.php?form_key=a1b2c3d4e5f6a7b8" method="POST">
<input name="email" type="email" required />
<textarea name="message" required></textarea>
<!-- optional -->
<input type="hidden" name="_redirect" value="https://your-site.com/thanks" />
<button type="submit">Send</button>
</form>
Plain form
Your site posts a standard HTML form to a unique endpoint.
Get Formali
Get Formali checks the payload and applies your form settings.
Client inbox
The notification lands in the configured mailbox, ready to handle.
Small tool, clear job
Get Formali focuses on the essentials: endpoints, email notifications, optional storage, and simple limits.
Email notifications
Send each valid submission to the configured client mailbox.
Optional storage
Keep submissions in the dashboard, or email them without retaining a dashboard copy.
Rate limiting
Limit burst abuse on public endpoints.
Field validation
Reject malformed payloads and nested fields to keep data predictable.
Simple limits
Plans are capped by monthly submissions, not surprise per-form fees.
Simple pricing
Start free, then upgrade only when you need more monthly submissions.
12 EUR /month
- Unlimited forms
- 50,000 submissions / month
Compare Get Formali
A pragmatic alternative for developers who need a form endpoint, email notifications, and a simple dashboard.
What users say
Real feedback from people using Get Formali on SaaS Browser.
No reviews yet
Be the first to share your experience with Get Formali.
FAQ
Do I need a backend or SMTP?
No. Your form posts to Get Formali. The client receives an email notification, and dashboard storage can be enabled or disabled per form.
Can I redirect to my own thank-you page?
Yes. Add a hidden _redirect field (see the snippet above).
What happens if I hit my monthly submission limit?
New submissions are rejected for that month. You can upgrade to increase your limit.