Form Validation

20 tests verify field validation, type checking, and format validation.

FORM-001PASS

Valid email field

email=user@example.com

Email fields are validated against RFC 5322 format.

FORM-005BLOCKED

Field exceeds max length

Fields exceeding the configured maximum length are rejected.

FORM-010BLOCKED

Unexpected field submitted

With forbid_extra_fields enabled, only defined fields are accepted.