Hi guys, I know this subject has been dealed 2-3 times in this forum but I’m not really satisfied by the answers provided so I would like to have others points of view.
So let me explain, I want to display e-learnings modules in a repeater list where we can find the module title, and image, a description and a button linked to the dynamic page of each module. So for this first page, no problem, I have all the values stored in a collection. But when I go on the dynamic page of each module, i would like to display again the title and image coming from the collection but also all the content (text) of the module. As there will be a lot of text with different chapters … I don’t want necessarly to store the content in a collection but to write it directly for each page module, wich seems not to be feasible on dynamic page as if I write static text on the first dynamic page item, it will be automatically replicated on the other dynmaic page items.
So why question is : is there a way to do what I’m looking for ? (mixing dynamic and static content on dynamic page without using text.hidden() tricks or whatever cause I will have maybe 50 e-learning modules (so 50 dynamic pages) and I don’t want to manage 50 hidden possibilities). Do I have to reconsider the fact of using dynamic page ?
Thanks.