I have a profiles database where people can select more than one reason for people to contact them, for example, [Speaking Engagements] or [Networking], plus many more. This data is being pulled in from Wized.
I have a CMS collection in Webflow with all the connect reasons that is populating my filter form checkboxes.
The filter is working, but it only counts and filters by the first value. It doesn’t check the full list of values from the profile. For example, only people that select [Speaking Engagements] first get counted and filtered by that connect reason.
I tried adding the fs-list-filtermatch to the checkbox field in my filter form but that didn’t work.
Site URL
Required: Please provide a staging/production URL where we can see the issue
Based on the technical details, this is actually related to Finsweet Attributes rather than Wized
The main issue is that Finsweet CMS Filter expects one fs-list-field per filter group per parent. If you put the same fs-list-field="value" on multiple elements under the same parent, only the first match matches while the rest are ignored
I would recommend an HTML structure somewhat similar to
Please try wrap your current Contact me for: in a div and place the fs-list-field="connect_reason" only on the wrapper div, that way there’s only one connect_reason
Hi @jesse.muiruri , Thanks so much for your reply. I’m finally getting back around to trying to fix this and I can’t seem to get it to work.
I tried wrapping my check boxes with a div and moving the fs-list-field attribute to the new div wrapper but it still didn’t fix the issue. Still doing the same thing.
Do you have any others suggestions I can try? Thanks again for your help!