Hey all,
I want to set up a filter form on one page (e.g. the homepage), and when the form is submitted, the user is redirected to another page (e.g. /listings) where the CMS items are already filtered based on their selections.
I know this is possible using query parameters — I’m just trying to figure out how to set them via the form on the first page.
How can I pass the filter values through the URL and have Attributes v2 pick them up on the destination page?
Any tips or examples would be appreciated. Thanks!