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!
Could you please add the corresponding filter setup on the target page? I am assuming this will be the page to redirect the user after they submit the form → /nehnutelnosti
I have a rough version of the script but would love to test it first!