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::Display - display only

SYNOPSIS

This is the base class for the Submit field. It can be used for fields that are display only. It should not be used for fields that produce a value or need validating.

   has_field 'explain' => ( type => 'Display', value => 'Please pick a date and a time' );