in reply to Re: Checkbox parameter not being stored in CGI::Session
in thread Checkbox parameter not being stored in CGI::Session

yes thank you i did notice the value tag missing, just didnt think it was the best solution. Im glad you pointed it out.
  • Comment on Re^2: Checkbox parameter not being stored in CGI::Session

Replies are listed 'Best First'.
Re^3: Checkbox parameter not being stored in CGI::Session
by perlron (Pilgrim) on Oct 15, 2014 at 16:01 UTC
    your suggestion to check post headers also was spot on. Even without using value tag, i see the solution is that the checkbox is not passed as a parameter when it is not selected. when selected checkbox value is set to 'on'. thanks.