Skip to content

Email

Email entry — an input in email mode with browser autofill support (autocomplete="email"). There is nothing to configure; format validation is built in.

None: "typeConfig": {}.

The trimmed string as entered:

{ "contactEmail": "j@example.com" }

Validation requires the shape something@something.tld (no spaces, one @, a dot in the domain) and shows “Enter a valid email address.” otherwise. It’s a format check, not deliverability verification — no lookup, no confirmation mail.

Answered: non-empty after trimming.

equals, not equals — exact, case-sensitive comparison.