Creating a members area for sign up form

Hi

i have followed this amazing tutorial: https://support.wix.com/en/article/corvid-tutorial-creating-a-custom-registration-form-with-code for signing up members.
I have not been able to find a way to make a members area while using this way of signing up members.

I am wondering how to create a members area.
I have been playing around with it and have some questions:

Where is that data being stored?
How do you access that data? (data meaning form answers)
Can you access the data using a dataset or do you need to code it?

I am comfortable with code so I could code this but don’t really know where to start.

Any help with this would be greatly appreciated.

Thank you!

Hello.

The information relating to predefined fields is stored in the Members/ PrivateMembers collection .

If you wish to store other fields too you will need to create your own members area. To learn how click here .

Good luck!