Hi guys, me again...
Please, I am facing a problem with multiple select. I am not able to make CC5 work with this kind of form. I put it in the Header code and tried many variations, e.g.:
and was also playing with "name" parameter
The form itself is rendered ok, but it doesn't work for me to list more results than one (always is the last one selected from the multiple select list).
And another question, also associated with multiple select - how can I join more values from the same filter in URL? Is it done just by "+"? Example here:
or is there some other syntax?
Thanks a lot
Please, I am facing a problem with multiple select. I am not able to make CC5 work with this kind of form. I put it in the Header code and tried many variations, e.g.:
<select multiple ...
<select multiple="multiple" ...
<select multiple="true" ...
and was also playing with "name" parameter
... name="fltr[Article][id]" ...
... name="fltr[Article][id][]" ...
The form itself is rendered ok, but it doesn't work for me to list more results than one (always is the last one selected from the multiple select list).
And another question, also associated with multiple select - how can I join more values from the same filter in URL? Is it done just by "+"? Example here:
http://www.domain.com/cc-page?act=index&orderfld=Article.id&orderdrc=asc&fltr[Article][id]=150+151+153
or is there some other syntax?
Thanks a lot