Wix user Dashbord

I want to create a Wix website where I can publish my services. On my website, users will be able to create an account and access a personal dashboard. Through this dashboard, users can view all their activities. If a user purchases any plan or product, they will be able to see everything related to it from their dashboard.Is it possible if possible thke how can i do that i need your full guidline.

By default, members can access their bookings and re-book, cancel, reschedule within their members page.

1 Like

Thank you so much for your valuable feedback. But what I actually wanted was that when users become members of my website, they should have a dashboard. Inside that dashboard, there should be all the functionalities so that the user can manage all their activities and all the website functionalities from there.

Since members areas often need to be unique to specific use cases, you’ll find the options provided in the out of the box solutions are the foundations for members.

If you need more specific requirements setup, this often involves custom work to achieve to meet the criteria needed :slight_smile:

1 Like

Thank you for your valuable feedback.

1 Like

I did a video a while back using the CMS to create a dashboard but this is more for users submitting, seeing and updating their own uploaded content.

You can custom-code more solutions for more advanced-member functionality. I think this might be a good place to start. Get Member | Velo

2 Likes

There are several ways to achieve what you described, but the key idea is that the dashboard page and the data shown there need to be unique for each user who has permission to access it.

Here’s one possible approach:

  1. Set up a CMS collection for storing your data.
  2. Use the “Reference” field type in the CMS.
  3. Link it to the PrivateMembersData collection.
    This allows you to connect each user’s private member record with their own unique data.
  4. Filter the dashboard page so it displays only the data linked to the logged-in user.

This way, every user will see their own personalised

dashboard and data.

2 Likes