1HTML::FormFu::Plugin::SUtsaesrhVCaolnitdr(i3b)uted PerlHDToMcLu:m:eFnotramtFiuo:n:Plugin::StashValid(3)
2
3
4

NAME

6       HTML::FormFu::Plugin::StashValid - place valid params on form stash
7

VERSION

9       version 2.07
10

SYNOPSIS

12           # called on a form or block
13           ---
14           plugins:
15             - type: StashValid
16               names: ['field-names']
17
18           # called on a field
19           ---
20           elements:
21             - name: foo
22               plugins:
23                 - StashValid
24

DESCRIPTION

26       Run during the "post_process" in HTML::FormFu::Plugin hook (called
27       during "process" in HTML::FormFu).  If the named field(s) have a valid
28       value after processing, that value is placed on the form stash, using
29       the field-name as the stash-key.
30

METHODS

32       Arrayref of field names, whose valid values should be stashed.
33

SEE ALSO

35       Is a sub-class of, and inherits methods from HTML::FormFu::Plugin
36
37       HTML::FormFu
38

AUTHOR

40       Carl Franks "cfranks@cpan.org"
41

LICENSE

43       This library is free software, you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45

AUTHOR

47       Carl Franks <cpan@fireartist.com>
48
50       This software is copyright (c) 2018 by Carl Franks.
51
52       This is free software; you can redistribute it and/or modify it under
53       the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.36.0                      2022-07-22HTML::FormFu::Plugin::StashValid(3)
Impressum