Hi, I have implemented a search form containing filter checkboxes. I have coded in the format="%%NAME%% (%%COUNT%%)" parameter and it works on my SELECT filters but not on my CHECKBOX filters.
Here's a snippet of my my code for my search
<div style="float:left;width:210px;margin-left:10px;"> <span style="font-size:14px;font-weight:bold;">Thematic</span> <div style="width:210px;height:120px;overflow:auto;float:left;border:1px solid #CCCCCC;font-size:11px;background-color:#FFFFFF;"> [wpv-control taxonomy="thematic-term" url_param="wpv-thematic-term" type="checkboxes" format="%%NAME%% (%%COUNT%%)"] </div> </div>
Any help you can provide me with would be great.
Thanks,
CLiff