The B4ULeave plugin displays a modal window asking the user whether they want to leave the page when the beforeunload event occurs.
pip install platzky-b4uLeave"plugins": [
{
"name": "b4uLeave",
"config": {
"message": "Your custom message goes here",
"stay": "Staying custom message",
"leave": "Leaving custom message"
}
}
]If you omit message, it defaults to:
<p>'Are you sure you want<br>to leave our page?'</p>If you omit stay, it defaults to:
<p>'Stay'</p>If you omit leave, it defaults to:
<p>'Leave'</p>