Hi:

I followed the member login code to create the member login page. I placed the login and profile button on the header. Where should I put the onclick code at? page or site? Also it works fine except the profile button won’t show after login button click and login to the site. Please help!

Hi!

If you’d like to let users to login from any page then you should put the onClick in the site code.

As for the profile button, you should use . hide ( ) on the login button and .show( ) on the profile button once your user is loggedIn - this is your condition.

Hope it helps.
Best of luck!

Doron. :slight_smile: