Hi,

Thanks for helping me fix the following problem with Drupal: I try to create a page on which I put a view with exposed fields. My problem is that I want these exposed fields as checkbox.

I succeeded to set up the checkboxes but the form does not work anymore because the exposed fields are sent via URL with the following format:

name_of_my_filter[value_of_this_filter]=value_of_this_filter

whereas usually, with exposed filters as drop-down list (the type of select fields) I have the exposed filter sent via URL with the following format:

name_of_my_filter=value_of_this_filter

I even tried to create another form with the same filter names, using the checkbox type, but I still have the same problem.

Further, I tried to modify the way checkboxes are sent, but it did not work.

I hope I have been explicit enough. How do you think I can fix it ? Thanks again!

Comments

dawehner’s picture

There is a reason why there is no way via ui to use checkboxes in views by default.

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)