Jet\Form_Field_Email / Form_Field::TYPE_EMAIL

Represents the form field for entering an email.

The Jet\Form_Renderer_Field_Input_Common renderer is used to display the form field itself.

Default error codes

Code Meaning of
Form_Field::ERROR_CODE_EMPTY The field is marked as required and the value is not specified.
Form_Field::ERROR_CODE_INVALID_FORMAT The value entered is not an email address.
Previous chapter
Jet\Form_Field_Time / Form_Field::TYPE_TIME
Next chapter
Jet\Form_Field_Tel / Form_Field::TYPE_TEL