Ask for one of several fields instead of all of them — tag two or more fields with the same group name and the form requires at least one of them (“email or phone”).
Require visitors to confirm a 6-digit code sent to their email address before the form can be submitted, so every entry carries a real, reachable mailbox.
Stamp every submission with your own reference number — a prefix/suffix around a race-safe sequential counter or a random token, usable in emails, PDFs and webhooks.
Validate IBANs from any country and Czech/Slovak domestic bank account numbers offline by checksum, with a bank name hint — no external service, no API key.
A confirmation field that validates if its value matches another field (useful for confirming emails, passwords, etc.).
Block free email providers (like Gmail or Yahoo) together with disposable addresses or restrict specific domains to collect only valid business emails.
Let users choose from predefined options or add their own custom response. Supports both checkboxes (multiple choice) and radio buttons (single choice), with input types configurable as text or textarea.
Field for entering EU VAT numbers, with automatic validation through the VIES service.
Three new fields for Czech, Slovak, and combined Czech/Slovak IČO—complete with validation via ARES and FinStat on submission.