Hello,
I am new with porcesswire. Could anybody explain how to get a page list to the user-tab.
I have a page abo with the childs for each ordered abo:
abo
-- order1
-- order2
-- .....
The order-pages (order1, order2,...) do have the following fields:
title (should I make it not global and remove?)
user (referenze to user-page)
course (reference to course (abo))
... and some other
How can I show a list of orders related to the user in the user-tab? I made a tab with a page-reference field. But then I have to select the order-pages. What field type is to use to get a preselected list of all orders of this user and how can I do the preselection?
Thanks