Hi. I’m using a repeater to help create a biography page with about 20 people on it. On the homepage, there is a section that simply lists the names of the people. I want to make it so that when someone clicks on a name on the homepage, it will open the biography page and scroll to that item in the repeater. In the past, I did this manually (individual container boxes, etc) and had anchors at the top of each person’s section. Then it was just a matter of hyperlinking to the appropriate anchor. Is similar functionality possible with this new repeater setup?
In short, after clicking on a link, is it possible to redirect to a new page and scroll to a specified repeater element?