Appearance
Advanced Validation
Pro adds eight validation rules on top of the thirteen Free rules. Use them when a normal required/type check is not enough for the data you collect.
Pro-only rules
| Rule | Use it for |
|---|---|
regex | Admin-supplied PCRE patterns |
custom | Restricting values to a chosen character set |
creditcard | Luhn + common brand-prefix checks |
iban | ISO 13616 country-length and checksum validation |
restrictedwords | Blocking chosen words server-side |
multiplerules | Combining several rules with all or any logic |
emaildns | Email syntax plus live MX probing |
password | Passphrase-gated submission with bcrypt storage |
Add a rule
- Open a field in the builder.
- Enable Advanced validation.
- Add the rule you need.
- Configure its parameters and custom error message.
The same rule set runs in the browser and on the server where appropriate. The password rule stays server-side and visitor attempts are redacted before storage.
Downgrade behavior
Already-saved Pro rules continue to run on existing forms after downgrade. Adding new Pro-only rules requires an active Pro license.