Hello there,
I've been encouraged to write my question here on the forum, and hoping that someone has previous experience with this or something similar.
We're looking for a way to navigate forward and backwards between client cases. The element would contain forward / backward buttons, the index of the current case/page and the total amount of cases/pages. The pages are all child elements of an overview page, which led me to the idea of getting all child pages of the top page, but unfortunately I was not able to do this by simply looking through the documentation.
Therefore I hoped that someone would point me in the direction of a better (or possible solution). One solution would be to manually map the cases, and manually state which case is the previous and next. Due to the amount of cases, this is not a desirable option.
The element in question would look something like the attached file, where you can navigate between the pages. To give a better understanding of how the project is structured, I'll give an example of the content structure:
- Homepage
- Cases
- Case 1
- Case 2
- Case 3
- Case 4
- ...
- ...
Does anyone have an idea how to solve this problem, or previous experience with something similar?