Infrastructure
Reliable at every layer
Real-time storage
Every submission written instantly with structured JSON. Only authenticated admins can read — public users can only insert.
Delivered from your domain
Emails sent from your own domain address with DKIM authentication. Maximum inbox deliverability — not flagged as third-party.
Zero server costs
Optimized production builds deployed to a global CDN. 100% uptime, fast load everywhere, no backend to maintain.
Per-form Pixel isolation
PageView fires on load, Lead fires on submit. Each form targets a different ad account — fully isolated per client or campaign.
Submission flow
What happens when someone hits submit
Validation
Client-side in the form's language. Errors float as bubbles — no layout shift.
Saved
Written instantly with timestamp. Fields stored as structured JSON keyed by field ID.
Pixel
Facebook Lead event fires if a Pixel ID is configured for this form.
Serverless function calls email API. HTML table of field labels and values sent to all recipients.
Thank you
Custom message, button, or redirect — per your configuration.
Multilingual
True right-to-left. Not an afterthought.
| Capability | Hebrew (RTL) | English (LTR) | Mixed in same form |
|---|---|---|---|
| Form direction | ✓ Full RTL | ✓ Full LTR | — |
| Field text direction | ✓ Per field | ✓ Per field | ✓ Yes |
| Label alignment | ✓ Right | ✓ Left | ✓ Yes |
| Placeholder alignment | ✓ Right | ✓ Left | ✓ Yes |
| Validation error messages | ✓ In Hebrew | ✓ In English | — |
| Consent checkbox position | ✓ Right side | ✓ Left side | — |
| Grid layout direction | ✓ Right to left | ✓ Left to right | — |
FAQ
Common questions
Do I need to write any code?
No. The admin panel handles everything — form creation, field configuration, color customization, and publishing. Forms go live the moment you save.
Where is my data stored?
All submissions are stored in a PostgreSQL database in Frankfurt, Germany (EU West). Data is protected by Row Level Security — only authenticated admins can read it.
How fast are email notifications?
Email is triggered immediately after each submission via a serverless edge function. Typical delivery time is under 10 seconds from form submission to inbox.
Can I mix Hebrew and English in the same form?
Yes. Each field has its own direction setting independent of the form's overall language. A Hebrew form can have LTR email and phone fields — and vice versa.
Does the Pixel track across different forms?
Each form has its own Pixel ID setting, allowing you to assign different ad accounts or campaigns to different forms — useful for running multiple clients from a single admin account.
Can I export my submissions?
Yes. The submissions panel includes a CSV export that applies your current search and date filter. The file includes a UTF-8 BOM for correct Hebrew rendering in Excel.