Hello,
I would like to create a Bricks Builder template using native Bricks elements.
The idea is to create a routing filter.
Here is an example of what I want on this site: https://fixpart.fr/
Take a look at the <div class="afb__form"> section.
I tried using filters, but they require a target query to display results… which isn’t what I want.
In my case, if the user selects only a brand and clicks the button, I want them to land on that brand’s archive page; the same applies to the second filter—if they select only a category, they should land on that category’s archive page.
However, if they fill in both the first and second filters (brand + category), I want the third filter to display a dropdown list containing the titles and SKUs of the matching products; if they select a product and click the button, they should be taken to that product’s page.
I would like to do this natively within Bricks, but I can’t seem to figure it out…