Journey.js - Example - Close Confirmation

This is an example of a basic journey setup, with a close confirmation message box configured.

Download Now

v2.1.0 - 23rd Jul 2024
Click here to start the example.
Code
                                    $journey.setConfiguration( {
                                        closeDialogConfirmationText: "Are you sure you want to close the dialog?"
                                    } );
                    
                                    $journey.start();