Hello.
Sorry , I am not expert but I am improving slowly and getting there! I just need a more detail help on how to make new registered user (I have used a added a members area with login and so on) can be added to my Dynamic Member Pages that I have set up (I am ok with dynamic pages).
Practically my new register users are uploaded in what is called ‘Members/PrivateMembersData’ table but not in the Dynamic Member Page table that I have made.
I need some easy steps to follow as I am quite lost here, despite trying hard. Everything else is done except this issue.
thanks a lot to any kin helper that will assist me.
Regards
andrea
Have you followed this tutorial about members profile?
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area
Plus are you using your own custom lightboxes for login and signup or are you using Wix own windows?
The use of your own custom lightboxes over using Wix own windows won’t make a difference, all it does is give you move control over the login and signup processes with the ability to add additional user inputs to the lightboxes and brand it to suit your own brand, website etc.
As for the members profile area, when users register themselves as site members on your website, they are simply getting approval to become a site member on your website.
Any details that they input on the signup form like name, email and password will be stored in the Wix CRM which you will be able to see some of that info in your Contacts list through your Dashboard.
Once users have signed themselves up and then get automatically approved and are logged on straight away (however note that they will have to log themselves in again when they logout and revisit the website at a later date). Or they are manually approved and have to wait until your website admin approve them and then they will have to login at a later time.
However, whichever way they do it, they will not have anything in the ‘members’ dataset apart from their first and last name, that you have setup for the members profile pages in the tutorial stated at the start.
So you will need to either take each user to their own members profile page through your code.
wixLocation.to(`/Members/${wixUsers.currentUser.id}`);
Or provide them a button link for example which takes them to their member profile page.
Then when they are on this page, then can see what get info there is on their members profile and if they wish to update or edit anything on their own member profile page, then they can click on your ‘update’ button or whatever you have used and the user will then be taken to their member profile update page where they can add or edit anything and then save it before being taken back to their member profile page which will then show the changes.
Any added or edited info that the user puts into their member profile update and saves will be saved into the ‘members’ dataset that you made through the tutorial.
This is what is in the Wix Members PrivateMembersData collection which is only added to your website if you have added the Wix Members app.
Velo: Wix Members "PrivateMembersData" Collection Fields | Help Center | Wix.com
You can also use Wix Members own my account page to do similar too, however you are limited to what is already on the page itself and you can’t change anything only show or not show certain parts of it.
Site Members: About the Member's Area | Help Center | Wix.com
thanks. I will try. thanks. andrea