I have a dataset which provides content for pages displaying stories. I have another dataset which contains information on people, places and events mentioned in the stories (the encyclopedia). When a user clicks on a text link in the story - eg, Lenny - I want it to open the page from the encyclopedia which shows the info about Lenny.
I’m not a brilliant coder. Any help would be appreciated.
Kelly
Hello Kelly.
Assuming you have created unique dynamic item page URLs, you will have to add an onClick event handler to your text and use code to redirect to the URLs following similar suggestions in this forum post.
Should you need further assistance, share what you think you did right, what you’ve tried to do, and what’s blocking you. Include any relevant screenshots, code, and URLs to make it easier for others to understand the problem.
Good luck!
Thanks, Sam. I can use a repeater to go to a dynamic page. My problem is that the hot text is a word or phrase in a text box, not an element like a field or an image. For example, “When I visited town, Lenny took me for a walk.” The user clicks on Lenny and gets taken to the page about Lenny.