Content from subpage listed in panel of parent page

I used the creating-pages-from-frontend tutorial written by @texnixe to let users register for an event. This gets stored as a subpage of the event.

I want to create a list of the registered users inside the Kirby cms. Preferably in the panel where you can modify the event. How do i show the content that’s stored inside the subpages in the parent panel? And would that be the best approach?

The easiest way to show a list of registered users in the parent event pages would be via an info field and a custom page method (or page model method for the event page).

What you cannot do is show the fields of the subpages on the parent page.

1 Like