1HTML::FormHandler::FielUds:e:rSuCbomnittr(i3b)uted PerlHDToMcLu:m:eFnotramtHiaonndler::Field::Submit(3)
2
3
4
6 HTML::FormHandler::Field::Submit - submit field
7
9 version 0.40068
10
12 Use this field to declare a submit field in your form.
13
14 has_field 'submit' => ( type => 'Submit', value => 'Save' );
15
16 It will be used by HTML::FormHandler::Render::Simple to construct a
17 form with "$form->render".
18
19 Uses the 'submit' widget.
20
21 If you have multiple submit buttons, currently the only way to test
22 which one has been clicked is with "$field->input". The 'value'
23 attribute is used for the HTML input field 'value'.
24
26 FormHandler Contributors - see HTML::FormHandler
27
29 This software is copyright (c) 2017 by Gerda Shank.
30
31 This is free software; you can redistribute it and/or modify it under
32 the same terms as the Perl 5 programming language system itself.
33
34
35
36perl v5.28.1 2017-07-20HTML::FormHandler::Field::Submit(3)