1HTML::FormFu::Filter::CUospeyrVaClounet(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Filter::CopyValue(3)
2
3
4
6 HTML::FormFu::Filter::CopyValue - copy the value from another field
7
9 version 2.07
10
12 elements:
13 - type: Text
14 name: username
15 - type: Text
16 name: nickname
17 filters:
18 - type: CopyValue
19 field: username
20
22 Filter copying the value of another field if the original value of this
23 field is empty.
24
26 If the original field contains an invalid value (a value that will be
27 constrained through a constraint) that invalid value will be copied to
28 this field (the field with the CopyValue filter). So, the user has to
29 change two fields, or you can remove the invalid value in a custom
30 constraint.
31
33 Mario Minati, "mario.minati@googlemail.com"
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-20HTML::FormFu::Filter::CopyValue(3)