Can I add a filter to Editor X?

Hi, I am currently working on a school project for school and my task is to create a fictional website for a phone repair company. However, displaying repair prices individually is a task that takes too long.

What I want to add is a so called “filter” system that displays repair prices very easily.

Here is the concept:

Phone Brand > Phone Model > Type of Repair > Display Price

This would help me a lot.

Hi @tolakmediagroup - Is this the type of filter you’re looking for?

This is the example of the filter system i want to create.

Its not really to filter items on the page itself. Its basically choosing what repair you like, than the website displays a price after everything is chosen in a square box (so it doesnt clutter the website.)

(Translating the screenshot)(Choose your brand > Choose your model > Choose your repair > and than it displays the price.)

So you could still utilize the same principal as the example I shared as you would then just filter out the information;

As mentioned in the video, to add validation to the dropdowns so the model dropdown only pulls from appropriate brands, you might need to create this with code.

https://support.wix.com/en/article/velo-tutorial-adding-collection-data-search-functionality#filter-using-a-dropdown-element

There’s a few APIs for the dropdown if you also want to trigger things to only show onChange() and pull the values from a dataset.

Thank you. This is exactly what i needed.