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' );