Custom members pages

Hi eveyone

I am building a platform for barbershops.

I created a custom login and registration. (this works) After they registered they are redirected to a page to complete their profile. The registration is a custom registration form and the ‘complete profile’ page is a form that saves the submitted information into a database. After they completed their profile they are redirected to their own Dashboard page (the dynamic page of the submitted information of the form to complete their profile.)

I followed this youtube video:
https://www.youtube.com/watch?v=2AR5FTq43to&t=349s

What I want is when they log back in, I want them to be redirected to their personal dashboard page (dynamic). This doesn’t work. In The following article they use user ID for this, When i do this i get a ‘page not found’ error. I think this has to do with that the registration is just a custom registration form that is NOT saved in the database, when the ‘complete profile’ page submitted information IS saved in a database.

I hope someone can help me with this, I’m already working on this for a week.

Thanks in advance!

Kind regards
Léon Missoul

Hi there!
If you are having trouble with the video tutorial, why not try one of Wix’s corvid examples? I warn you that this is complex stuff. You can just use the wix member app. No? Then try this example: https://www.wix.com/corvid/example/members-area
~Hope this helps!~
Arthur :grinning:

Thanks a lot for your answer! I managed to do it another way. Like you said, the wix members area is way easier :slight_smile: I created a member page on wix’s members area with the repeater and information in.
Although I ran into another problem: I have two buttons on my repeater on my member page and they don’t seem to work, but they are connected. What could be wrong?

I have no idea. Are your buttons connected to a dataset? Or are they connected with code? Have you acsdently disabled your buttons?

Hi :raised_hand_with_fingers_splayed:

I suggest that you disconnect them from the dataset and bind them by code, try something like this (repeater scoop):

$item('#button1').link = itemData['profile-name'];

Please add some screenshots of your collection highlighting the field used to build the dynamic page URL.