I have created isotope filtering.
I simply need CMS Collection List inside Select Box – for responsive version.
Thus I need to include all CMS Items inside Select Box.
To clarify:
For responsive version, I need the Collectin List to be inside Select Box for user friendly experience.
Number of Collection Items is variable.
Got it. So you need to code that in either in the before the body part or with a dynamic embed. Just simple selecting the select box and adding in the items you need. If you can’t do it should take a developer less than an hour.
The solution is through javascript unwrapAll() collection items. Then wrap() them with select tag.
Pretty advanced for someone with no coding experience. But did manage to execute it.