http://www.perlmonks.org?node_id=991981


in reply to Re^3: HTML::Template with checkbox
in thread HTML::Template with checkbox

how do you fetch the checkbox value ? I tried using q->param("field") it returns nothing, do you think the associate => $q is wrong when creating new template. should I take it out, but then how do I fetch the checkbox values

$q = new CGI; $template = HTML::Template->new(filename => "$displaypage", associate => $q);