[sf-perl] passing checkboxes as hidden fields

Thomas Brightbill thomas at brightbill.net
Wed Jun 4 14:36:05 PDT 2008


On Wed, 4 Jun 2008, ken uhl wrote:

> so I try retrieving each box :
>
> for my $box ( @boxes ) {
>     my $box_data = $cgi->param($box);
>     };
>
> This give me nothing.

To expand a little more on my earlier message, I would think that this
should give you nothing.  Aren't the checkboxes named 'tagbucket'?  Their
values are $cb_name_X, $cb_name_Y, etc.

The form shouldn't be passing the script any parameters named $cb_name_X,
$cb_name_Y - only values in the tagbucket array.

Also, I'm a little confused with the title of your posting - the fields
are hidden?

Thomas



Thomas Brightbill
thomas at brightbill.net
http://www.brightbill.net



More information about the SanFrancisco-pm mailing list