Skip to content

reset wizard when page reload #175

@enneffesviluppo

Description

@enneffesviluppo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions