Page 1 of 1

Message on "logout"

Posted: 2021-11-20 07:16
by amyat
"R u sure to logout? ok cancel " question on logout button
what should i do
can u help me ?
thank you team

Re: Message on "logout"

Posted: 2021-11-20 16:43
by pbottcher
Hi,

you can add some javascript to the hooks/footer-extras.php.

Register for the on click event of the elemtent with href="index.php?signOut=1",
create your popup to check wether the user wants really to logout. Return true if yes, false if no.