NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Jun 15, 2018 at 14:46 UTC
  • Comment on Reaped: How do I check if checkbox in the form was checked or not?

Replies are listed 'Best First'.
Re: How do I check if checkbox in the form was checked or not?
by DigitalKitty (Parson) on Mar 25, 2002 at 15:27 UTC
    Hi.

    You could also check for the name of the field in a file perl writes to.

    If the box has been checked, the file that stores the form info ( from the user ), will contain the name of the checkbox. The same applies to radio buttons.

    -D.K.

    Originally posted as a Categorized Answer.