1HTML::FormFu::Filter::CUospeyrVaClounet(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Filter::CopyValue(3)
2
3
4

NAME

6       HTML::FormFu::Filter::CopyValue - copy the value from another field
7

SYNOPSIS

9          elements:
10             - type: Text
11               name: username
12             - type: Text
13               name: nickname
14               filters:
15                  - type: CopyValue
16                    field: username
17

DESCRIPTION

19       Filter copying the value of another field if the original value of this
20       field is empty.
21

CAVEATS

23       If the original field contains an invalid value (a value that will be
24       constrained through a constraint) that invalid value will be copied to
25       this field (the field with the CopyValue filter).  So, the user has to
26       change two fields, or you can remove the invalid value in a custom
27       constraint.
28

AUTHOR

30       Mario Minati, "mario.minati@googlemail.com"
31

LICENSE

33       This library is free software, you can redistribute it and/or modify it
34       under the same terms as Perl itself.
35
36
37
38perl v5.12.1                      2010-05-16HTML::FormFu::Filter::CopyValue(3)
Impressum