Hey, is there a guide on using the CMS filter with CMS select in V2? I’ve got a CMS select field, but with the new attributes solution, the same attribute shows up in both lists, and it’s not working. Is there a workaround or a better way to make this work?
Hey @adityakdofficial! You’ll need to define an instance for the List use in the Select setup.
I have explained this process on this thread
Let me know if you need any more help!
Hi @Support-Luis ,
I’m trying to set this up in this website with a select field: Webflow - Huis van makers. Could you please tell me what I’m doing wrong? Thanks!
Hey @Bart
On the /makers page I see your select element already has the 2 attributes
fs-list-element="select"
fs-list-instance="select"
Your .creators-overview_list collection list currently only has this attribute added
fs-list-element="list"
Now you just need to add in
fs-list-instance="select"
To the .creators-overview_list collection list & it should work
Hi @jesse.muiruri,
Thanks for replying! I’ve tried adding the attribute to the list. However, it does not seem to work. Am I missing something else?
Hey @Bart,
Let me check more into this
Hey @Bart,
Just noticed a lil error on the .creators-overview_list
The attribute fs-list-element should be equal to "select" not "list" as is now
So change
fs-list-element="list"
to
fs-list-element="select"
On the .creators-overview_list
