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);

Replies are listed 'Best First'.
Re^5: HTML::Template with checkbox
by Anonymous Monk on Nov 03, 2014 at 02:16 UTC

    Hope you got the answer by this time now