Hello,
I have a button in my Repeater that its supposed to link to a dynamic page depending on the information for that item in the repeater. Unfortunately, I can’t seem to make the button work and actually open up the dynamic page. Here is some background info:
- The Page “CITIES” is listing all cities from my Dataset “Cities”. Each city has different establishments that I would like to display when you click each city. For this I created a dynamic page named “Places”. The button that displays the name of the city in the page “CITIES” is supposed to link to each city’s own unique page (dynamic page) with a list of all available establishments for each particular city. This button does not work and I believe it may have something to do with the URL’s.
Please help!!
Thank you.