Hi, I have a bunch of images from a dataset on my page as thumbnails. They are populated automatically and when I click on any one of them I would like for a new page to open and the page displays the selected item. Is this possible without writing code for it in EditorX?
I think it’s possible with datasets. You should have two dynamic pages.
- The page you said (the page that shows the thumbnails)
- The page that each thumbnail should go. (Item page)
If you don’t want to add an Item page you can create URL field in your collection and add URL’s for each collection item.
Then on your page connect image link to the item page or the url field in your collection.
1 Like
Thanks for the reply. I shall try that.