Filter page repeaters from Lightbox

Hi, I have set up a great filtering system for my repeaters and it works beautifully. My question is on my mobile site (due to it looking clunky) can I have a lightbox and use the filter system there? If I try it obvioulsy says the elements don’t have a valid selector name as they are not on the lightbox page, they are on the normal page…So can u link to page elements externally or is there another option?

For an example, go to airbnb.com and look for properties on a mobile. If you click ‘filters’ a lightbox pops up to refine your search

TIA!

1 Like

You could implement a different behavior on mobile -
Create the lightbox and have it appear only on mobile and also hide the regular filters on mobile. Then, use the close() method in order to pass the filter back to the original page and actually performing the filter.