Popup Modal for new Users after login?
Hello guys is it possible to add a functionality like this?
3 Replies
I think it's possible. What kind of information do you want to show in this modal?
I just want to add some welcome message for now
Hmm, I would suggest, add a new column to the users table (ex new_user) with default value true. When a user logs in, it checks if the value of the column new_user that corresponds to the logged in user is null/false or true. If it's true, display modal and set value to false