Popup Modal after login for new users?
Is it possible to create a modal that will trigger after a new user login for the first time?
1 Reply
You can do this with a custom livewire component and render it with one of the render hooks dependant on an option, i.e. user->show_initial_modal. On them closing it, you update this to false and it won't render agian.