I want to create a member page to my site that shows account information of each member. I need the flexibility of entering data by myself for each member. Please help out.
You can create a member profile page for each of the registered users of your site. The data for the dynamic profile page is created when a user first logs in to your site.
Users can view and update their personal profiles at any time and it will update in the database.
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area
You can also create unique separate databases for each member instead of using dynamic dataset if that’s what you need however you would have to do it manually with every new member I assume.
Thanks so much. That was helpful