Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset wizard when page reload #175

Open
enneffesviluppo opened this issue Aug 26, 2023 · 0 comments
Open

reset wizard when page reload #175

enneffesviluppo opened this issue Aug 26, 2023 · 0 comments

Comments

@enneffesviluppo
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant