You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on v5 when i reload the page the wizard start from last visited step, and not from first step.
I tried add this code
$(window).on('beforeunload', function() {
// Reset Smart Wizard state
$wizard.smartWizard('reset');
$wizard.smartWizard("goToStep", 0);
return 'Are you sure you want to leave?';
});
but doesn't work
any idea?
The text was updated successfully, but these errors were encountered:
on v5 when i reload the page the wizard start from last visited step, and not from first step.
I tried add this code
$(window).on('beforeunload', function() {
// Reset Smart Wizard state
$wizard.smartWizard('reset');
$wizard.smartWizard("goToStep", 0);
return 'Are you sure you want to leave?';
});
but doesn't work
any idea?
The text was updated successfully, but these errors were encountered: