Skip to content

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

RuleUse it for
regexAdmin-supplied PCRE patterns
customRestricting values to a chosen character set
creditcardLuhn + common brand-prefix checks
ibanISO 13616 country-length and checksum validation
restrictedwordsBlocking chosen words server-side
multiplerulesCombining several rules with all or any logic
emaildnsEmail syntax plus live MX probing
passwordPassphrase-gated submission with bcrypt storage

Add a rule

  1. Open a field in the builder.
  2. Enable Advanced validation.
  3. Add the rule you need.
  4. 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.