1HTML::FormFu::Element::UEsmearilC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::Element::Email(3)
2
3
4
6 HTML::FormFu::Element::Email - HTML5 email form field
7
9 version 2.07
10
12 my $element = $form->element( Email => 'foo' );
13
14 # no need to add a separate Constraint::Email
15
17 HTML5 email form field which provides native client-side validation in
18 modern browsers.
19
20 Creates an input field with "<type="email"">.
21
22 This element automatically adds an Email constraint, so you don't have
23 to.
24
26 Is a sub-class of, and inherits methods from
27 HTML::FormFu::Role::Element::Input, HTML::FormFu::Role::Element::Field,
28 HTML::FormFu::Element.
29
30 HTML::FormFu
31
33 Carl Franks, "cfranks@cpan.org"
34
36 This library is free software, you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 Carl Franks <cpan@fireartist.com>
41
43 This software is copyright (c) 2018 by Carl Franks.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.38.0 2023-07-20 HTML::FormFu::Element::Email(3)