Repeater: how to set dynamic links?


#1

Hi,

I use a repeater for a dynamic menu. Each repeater item creates a rectangle stating an individual text, and so the user reads all the entries of the repeater and is able to click on one of them.
I want each entry to open a page of my prototype (NOT an external page but an internal one), according to the text on the respective rectangle.
So I have repeater entries with the texts “a”, “b”, “c”, …, which result in respective clickable rectangles on the screen. And my project has pages that are named that way.
But I don’t get what to write in the formula field of “Link to an external url of file” to make it happen. “http://[[this.text]]” seems not to be enough…

Do you have any idea how to solve that?

Best,
Thom


#2

Hows about something like this?

links.rp (66.5 KB)

It’s pointing to local host so you might need to adjust that.

Basically you need to replace spaces with underscores. The crap at the end &c=1&g=1 closes the side navigation


unlisted #3

closed #4