1HTML::FormHandler::FielUds:e:rEmCaoinlt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiHoanndler::Field::Email(3)
2
3
4

NAME

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

VERSION

9       version 0.40068
10

DESCRIPTION

12       Validates that the input looks like an email address using
13       Email::Valid.  Widget type is 'text'.
14
15       If form has 'is_html5' flag active it will render <input type="email"
16       ... /> instead of type="text"
17
18       This field has an 'email_valid_params' attribute that accepts a hash
19       reference of extra values passed to "address" in Email::Valid when
20       validating email addresses.
21
22       If you want to preserve the case of the email address, set the
23       'preserve_case' attribute.
24

DEPENDENCIES

26       Email::Valid
27

AUTHOR

29       FormHandler Contributors - see HTML::FormHandler
30
32       This software is copyright (c) 2017 by Gerda Shank.
33
34       This is free software; you can redistribute it and/or modify it under
35       the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.32.0                      2020-07-28HTML::FormHandler::Field::Email(3)
Impressum