Hello everyone,
Here is my question: In my database, I have a “lessons” type and a “chapters” type. Each lesson contains a list of chapters, each with an order number. I want to click on a lesson’s image in a repeating group on my page and have a popup open with the lesson’s content. So far, so good. However, I’d like a “Next” button in the same popup to hide the lesson’s content and display the first chapter’s content. Then, each time the user clicks the “Next” button, the next chapter appears, and when they click “Back,” it navigates to the previous chapter.
Does anyone have an idea of how to do this? (I’m a beginner ;-))