in reply to Re^2: Problem printing checkbox response array using CGI.pm
in thread Problem printing checkbox response array using CGI.pm
While I doubt it's your problem, you might want to fix up the following line of HTML:
<td><input type="checkbox" name="class" value=5K Team-Beginner"></td>I think you're missing a " after value=
|
|---|