1HTML::FormHandler::FielUds:e:rEmCaoinlt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiHoanndler::Field::Email(3)
2
3
4
6 HTML::FormHandler::Field::Email - validates email using Email::Valid
7
9 version 0.40068
10
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
26 Email::Valid
27
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.36.0 2022-07-22HTML::FormHandler::Field::Email(3)