The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

HTML::FormHandler::Field::Reset - reset field

SYNOPSIS

Use this field to declare a reset field in your form.

has_field 'reset' => ( type => 'Reset', value => 'Restore' );

Uses the 'reset' widget.