Is there any way to divide the tags so that each of them is separate as it was before?

Hi there! :waving_hand:

In the previous version of Finsweet Attributes, each selected filter value would generate a separate tag in the UI. However, in the current version, multiple selected values from the same filter group are now combined into a single tag, separated by a pipe (|).

Is there any way to revert to the previous behavior, where each selected value would render its own individual tag? This was much more user-friendly and easier to manage from a UX perspective.

Thanks in advance for your help! :folded_hands:

Hey @aleksandr.hlahola! We are checking this! I’ll get back to you as soon as possible :folded_hands:

Hey @Support-Luis

Thanks for the quick response!

One more thing I noticed — when I clear all filters, the URL still keeps some kind of query string like:

domain.com/marketplace/?1312sda

In the previous version, this didn’t happen — it simply returned to:

domain.com/marketplace

That’s one of the reasons I decided to switch back to v1.

But if these two issues can be resolved (the combined tags and the persistent query string), it would be great and I’d definitely consider switching back to v2.

Thanks again!

@aleksandr.hlahola, I have forwarded the feedback to the team! I’ll get back to you as soon as possible on these updates!

I too have the same request for V1 style tags. I’ve also seen a few other requests for it in other forums.

Something I’m experiencing that’s a little odd…

I have two sets of filters in the same filter panel. Type (fs-list-field=“sub-category”) and Brand (fs-list-field=“brand”). When I make selections from Type, and then Brand. The first set of combined ‘Type’ tags remain, followed by ‘Brand’ tags, only coupled with all the ‘Type’ tags. Like so…

First tag created when selecting types… Type 1 | Type 2 | Type 3
Second tag created after selecting brands… Type 1 | Type 2 | Type 3 | Brand 1 | Brand 2

Hey @Linesy @aleksandr.hlahola!

The issue comes from the checkboxes and/or radios having the same group name.

You should make sure that all the radio buttons in the same group, or all the checkboxes in the same group, have the same name.

For radios, it is displayed in the Webflow settings panel as Group Name , for checkboxes, it is displayed as Name. No other form element should have that same name if it’s not part of the radio/checkbox group, as the script will recognize them as the same category even if a different identifier is used.

1 Like

You are a star! Thank you so much, Luis! I left my ‘Group Name’ and ‘Name’ blank which is why they tripped over one another.

1 Like

Created a new thread after stealing your thunder! (by accident) Sorry!

1 Like