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.

Static-site friendly
Email notifications
Dashboard storage optional
contact.html
<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>
Endpoint format: https://getformali.com/f.php?form_key=<form_key>
01

Plain form

Your site posts a standard HTML form to a unique endpoint.

02

Get Formali

Get Formali checks the payload and applies your form settings.

03

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.

Free

0 EUR

  • 1 form
  • 100 submissions / month
Start free
Pro

5 EUR /month

  • Unlimited forms
  • 2,000 submissions / month
Get Pro
Business

12 EUR /month

  • Unlimited forms
  • 50,000 submissions / month
Get Business
High volume subject to fair use and abuse prevention.

Compare Get Formali

A pragmatic alternative for developers who need a form endpoint, email notifications, and a simple dashboard.

Feature
Get Formali
Typical competitors
Email notifications + dashboard
Yes
Varies
Simple endpoint (no backend)
Yes
Yes
Redirect support
Yes
Often
Webhooks
Yes
Usually yes
Pricing
Low-cost
Often higher
Need complex automations or advanced anti-spam? Get Formali stays intentionally minimal for now.

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.