.. include:: ../../Includes.txt .. _fields-email: Email ===== .. important:: Only available for TYPO3 v12 or higher. For TYPO3 v11 or lower use type :ref:`String ` with eval set to `email`. .. figure:: ../../Images/FieldTypes/Email.svg :alt: Email :class: float-left :width: 64px An input field validated for a correct email address. .. rst-class:: clear-both .. code-block:: php 'type' => 'email' .. figure:: ../../Images/FieldTypes/EmailPreview.png :alt: Email field :class: with-border Email field Available TCA options --------------------- * :ref:`config.default ` * :ref:`config.placeholder ` * :ref:`config.size ` * :ref:`config.eval.required ` * :ref:`config.eval.unique ` * :ref:`config.eval.uniqueInPid ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.eval.null ` * :ref:`config.mode ` * :ref:`config.autocomplete ` See a complete overview of Email TCA options in the :ref:`official documentation `.