in reply to Reaped: How do I check if checkbox in the form was checked or not?

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.

  • Comment on Re: How do I check if checkbox in the form was checked or not?