CMS Filter - Preload filter values

I want to navigate to a CMS template page and preload the filter values (filter values pulled from the CMS) and apply them to a CMS list.

I’m currently handling this by pulling the filter values on the initial load and then re-loading the page with the related query parameters so the CMS filter will pick up and apply them. I noticed this re-loading method is not optimal for page performance and user experience.

Is there another way to pre-load filter values without using query parameters?

Hey @geminpak! You could generate the url with the query params from another page to avoid the need to reload the page once the user is there, here is a thread on this → Show Search Results on CMS Filter Page from a different page

1 Like