How can I add a dynamic link to the container of a repeater?

Hi everybody,

I making a real estate website. For the pages “For Sale” and “For Rent” I created a Dynamic Category page. I added a repeater and transformed it’s design. So in the repeater there are containers which hold different elements. I would like to add a dynamic link to the container, so if we double click on the container it’ll open the dynamic item page of my product.


I already connected all the data of my dynamic dataset and its work well. As you can see…


The question is.

How can I add a “dynamic” link which come from the dynamic Dataset to this container inside of therepeater to open the dynamic itempage of the element choosed.

I tried in different ways during the hours but it’s doesn’t work. :frowning:


Can somebody help me to fix it…?

Bence

Hi Bence,
You can add the URLs to your collection and bind a text element to the URL field.

Hi Tal,

Thanks, but the Item background I cannot connect to a link, but only with images… Other propositions?

Hi, Bence.

I have a little tricky but very simple solution - just add a button in the repeater and stretch it over your container. Remove text and background and link this button to dynamic page. With this solution you will also get a cursor pointer, which will show that your container is clickable.

Please tell me what do you think about it.

this works thank you