Pass a CMSfilter value to range slider using query param?

I have a large form that filters a list of products. I have successfully used query param to pre-populate the list based on checkbox items, but I also need to return results based on numerical values.

I am currently using range sliders to set a “minimum” or “maximum”. For example, “maximum price”.

Is it possible to use query param to pre-populate my results list based on a maximum price?

Any help is appreciated!

Actually, I think I’ve figured this out by turning on the CMSfilter parameters and seeing how the URL generates when I move the sliders.

hey @mike! That is the correct approach, you can modify the query param to fit the range sliders format and pass the values as filter values when the form is done.

Let me know if you need any help!