Hi all, I’m trying to create a dynamic page where a user logs in and I display a message such as “Hi John Doe”. Obviously, I need to get his login info and then use it to query my database. How do I access the login info the user types in?
Thanks!
Hi all, I’m trying to create a dynamic page where a user logs in and I display a message such as “Hi John Doe”. Obviously, I need to get his login info and then use it to query my database. How do I access the login info the user types in?
Thanks!
Start here https://www.wix.com/code/reference/wix-users.html#currentUser
There are also a few threads already discussed here which may help you, so searching the forum may help.
Thanks Uval, that’s fantastic! Now, where would I put this code?