The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::FormHandler::Field::Text - A simple text entry field

DESCRIPTION

This is a simple text entry field. Widget type is 'text'.

METHODS

size [integer]

This integer value, if non-zero, defines the max size in characters of the input field. This setting may also be used in formatting the field in the user interface.

min_length [integer]

This integer value, if non-zero, defines the minimum number of characters that must be entered.

AUTHORS

Gerda Shank

Based on the original source of Form::Processor::Field::Text by Bill Moseley

LICENSE

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