1HTML::FormFu::Plugin::SUtsaesrhVCaolnitdr(i3b)uted PerlHDToMcLu:m:eFnotramtFiuo:n:Plugin::StashValid(3)
2
3
4
6 HTML::FormFu::Plugin::StashValid - place valid params on form stash
7
9 version 2.07
10
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
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
32 Arrayref of field names, whose valid values should be stashed.
33
35 Is a sub-class of, and inherits methods from HTML::FormFu::Plugin
36
37 HTML::FormFu
38
40 Carl Franks "cfranks@cpan.org"
41
43 This library is free software, you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
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.32.0 2020-07-28HTML::FormFu::Plugin::StashValid(3)