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

Quizzer::Element::Web::Multiselect - A multi select box on a form

DESCRIPTION

This element handles a multi select box on a web form.

METHODS

show

Generates and returns html representing the multi select box.

process

This gets called once the user has entered a value. It expects to be passed all the values they selected. It processes these into the form used internally and returns that.