I am using default member signup form/login form. After login, it will go to the website home page, how ca n I redirect the login button to go to a dynamic page I create rather than dump to the home page.
Also, how to add a dynamic page link to the login bar?

Hey pandasolutionsnz
You can use ’ onLogin( )’ function in order to redirect the user after [loging:](loging:
https://www.wix.com/corvid/reference/wix-users.html#onLogin
Regarding)
[Page Not Found - Velo API Reference - Wix.com](loging:
Page Not Found - Velo API Reference - Wix.com
Regarding)
R egarding Q2:
You can add a member page then redirect the user to the dynamic page you want, m ember pages show in the login bar.
Best
Binyamin
The quickest and easiest option here for most people would be to create your own Corvid login and signup with option 3 here.
https://support.wix.com/en/article/about-the-member-signup-form
https://support.wix.com/en/article/corvid-enabling-custom-site-registration
Then simply make up your own login and signup lightboxes and use code to register or login your members and simply close the lightbox and move the user onto the appropriate page using Wix Location API and the to() function
https://www.wix.com/corvid/reference/wix-location.html
As Bin has mentioned already above, the Wix Login Bar is part of the Wix Members app and is not able to be used with code, it is a closed black box.
So, to get around this you would need to use the onLogin function to do something after the user has logged in and just use the Wix Users API link that Bin has posted above to read more info on it and to see examples for it.
You can also use the Wix Members app to add member only pages as shown here, which includes more info on the Login bar too.
https://support.wix.com/en/site-members/setting-up-a-members-area
https://support.wix.com/en/site-members/customizing-your-members-area
The My Account page from the Wix Members app is already a dynamic page and it is site member specific already, which means that only the logged in user can view their own info.
No other user can see another site members Wix Member pages, the only Wix Members app page that other members can see is the Profile page which needs members to be logged in to be able to view it.
This can be accessed from the Profile page in the menu list that you have shown in your pics above, or can be accessed through the Community Page URL that is listed on the members own My Account page.
You can bypass these checks etc and use Wix Data Options, although this can only be done through code in your backend.
https://www.wix.com/corvid/reference/wix-data.html#WixDataOptions
Or you can look into making your own Member profile pages yourself.
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area
If you want to use the Wix Members app own collection for anything, then you can find out about it here.
https://support.wix.com/en/article/corvid-wix-members-privatemembersdata-collection-fields
Just note that as in my post above, it is site member author only, so only the specific site member can see their own data from the collection.