Email¶
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'

Email field¶
Available TCA options¶
config.size
config.eval.required
config.eval.unique
config.eval.uniqueInPid
config.eval.null
config.autocomplete
See a complete overview of Email TCA options in the official documentation.