I have a website with three subscription plans: Free, Basic, and Premium. Users can select one plan when they register on my site. I want to create the following pages that will be viewed by my site admin only:
Page 1: A page that displays a list of all my site members and what subscription plan they enrolled in.
Page 2: If I click on a member in Page 1, that should take me to a separate page that dynamically displays their data (such as name, subscription plan, etc.)
I have already created a page with a repeater list that is connected to the WixPrivateMembersData with a list of all my site members. However, I found that I cannot add any columns to this collection. How can I display their subscription plan as a column?
How can I create another page that dynamically displays a single member’s information? I tried creating a dynamic page, but I’m limited to the presets in the screenshot that are correlated to specific collections, and I cannot select the WixPrivateMembersData collection.