Important
Only available for TYPO3 v12 or higher. For TYPO3 v11 or lower use type
String with eval set to email
.
An input field validated for a correct email address.
'type' => 'email'
Copied!
Available TCA options
- config.default
- config.placeholder
- config.size
- config.eval.required
- config.eval.unique
- config.eval.uniqueInPid
- l10n_mode
- config.behaviour.allowLanguageSynchronization
- config.eval.null
- config.mode
- config.autocomplete
See a complete overview of Email TCA options in the official documentation.