Journey.js - Example - Close Confirmation
This is an example of a basic journey setup, with a close confirmation message box configured.
Download Now
v2.2.0 - 4th Sep 2024
This is an example of a basic journey setup, with a close confirmation message box configured.
Download Now
$journey.setConfiguration( {
closeDialogConfirmationText: "Are you sure you want to close the dialog?"
} );
$journey.start();