Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

Multiple not working #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
i am using checkbox dropdown with multiple. it used to post the checkbox data 
as an array which is not working now.

What is the expected output? What do you see instead?
when ever i submit the data i need to get all the values seleced of that 
checkbox as an array .

Please provide any additional information below.
i am using the checkbox dropdown with multiple it used to post the selected 
values as an array for ex: cat (low,high,medium) which is not working now its 
posting the values as individually for ex: cat=low&cat=high&cat=medium. so, i 
am getting only a single vaue.

Please help.

Original issue reported on code.google.com by applebob...@gmail.com on 8 Jul 2010 at 12:13

GoogleCodeExporter commented 9 years ago
are you using php? if yes you can use implode(",",theString). This creates an 
array from csv.

Original comment by thedja...@gmail.com on 7 Sep 2010 at 5:39

GoogleCodeExporter commented 9 years ago
thanks for your reply. i solved it.

Original comment by applebob...@gmail.com on 7 Sep 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Looks like the posted work-around (above) addresses this problem.  No code fix 
will be applied.

Original comment by womohun...@ittrium.com on 13 Sep 2010 at 8:57