04-27-2017, 05:30 PM
Hey,
i want to display a modal which contains some formular which inserts some user related (and required) data into the database.
this modal should only be displayed after a user successfully registered (or used the social login) and then gets redirected to the main page since the modal is on the main page .
is there any function which allows this?
a variable like $user->data()->isfirstlogin where nice to have
or a script under /usersc/scripts is also a possible solution
i want to display a modal which contains some formular which inserts some user related (and required) data into the database.
this modal should only be displayed after a user successfully registered (or used the social login) and then gets redirected to the main page since the modal is on the main page .
is there any function which allows this?
a variable like $user->data()->isfirstlogin where nice to have
or a script under /usersc/scripts is also a possible solution