We should be able to make dynamic pages under the members only section, allowing us to make dashboard for clients. For instance allowing a table with favourites of each client being viewed only by the respective clients.
In case such feature already exists please advice.
So I want my member to be able to open his dashboard from his “My Account” page.
I am able to make pages which are available to all my members. Now his dashboard would have data connected from a common table. How do i make sure that each respective member can only access and view those data on the “Dashboard” page from their respective row.
However i can do exactly that using normal dynamic pages, but i cant restrict access on these pages so that only the respective member may view the data.
Also can one dynamic page display data from multiple data connections?
@mayankmehra95 already today you can create a members page from the Members area zone. Open the pages panel there you can see all your site pages>> go to Members area pages>> hit the ‘add page’ option. The page that will be added is a member restricted page already. It’s a private page that only the member can see (like My Account).
HI @noa-eiland I have the same issue and dont believe this was ever resolved.
I dont use the WIX members app as it doesnt give me enough flexability with regards to accessing members first names and so on so i have created my own custom members area as per video you attached above. https://www.youtube.com/watch?v=dGZkTZYtFQs
My issue is this, i am a dietitian and i create diets for my members via an admin only page called create diet. this then sends info to the Diet database.
I then want to pull info from this database info via a dynamic page to the members page called My diet. Where the member clicks my diet and can only view the diet i assign to them.
How do i assign the diet to a member? i know the member unique ID from their profile page can i add this ID to a field in the diet database and have the My diet page filet some how just on logged in members ID?
If so what kind of code do i need for this? can you provide an example?