Email entry — an input in email mode with browser autofill support
(autocomplete="email"). There is nothing to configure; format validation
is built in.
Configuration
Section titled “Configuration”None: "typeConfig": {}.
Stored answer
Section titled “Stored answer”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.
Rule operators
Section titled “Rule operators”equals, not equals — exact, case-sensitive comparison.