I have created two dynamic collections. One of them is called Skills and the other I call Profiles. Inside the Profiles collection there is a a reference field called skills where I add the values from the Skills collection. So far so good.
I have a dynamic page that shows all the profiles with their related skills. What I would like to do is at the top of dynamic page where I list the profiles, I want to show buttons near each other where each button shows a skill, from the Skill collection. If the visitors click on one of those buttons, for example Frontend Developer, the page will filter out those who do not have this skill, and only show those with the frontend developer skills.
So the question is, is it possible, and if so, how do we do that?
Thank you.