logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormHandler::Field::Email - validates email using Email::Valid

Author

       FormHandler Contributors - see HTML::FormHandler

Dependencies

       Email::Valid

Description

       Validates that the input looks like an email address using Email::Valid.  Widget type is 'text'.

       If form has 'is_html5' flag active it will render <input type="email" ... /> instead of type="text"

       This field has an 'email_valid_params' attribute that accepts a hash reference of extra values passed to
       "address" in Email::Valid when validating email addresses.

       If you want to preserve the case of the email address, set the 'preserve_case' attribute.

Name

       HTML::FormHandler::Field::Email - validates email using Email::Valid

Version

       version 0.40068

See Also