I have used the following JavaScript in the past to get from one wizard step to another:
var wizard = $(‘.nx-wizard, .wizard’).data(‘object’);
wizard.navigate(‘step2’);
I am trying to use the same syntax to get from a Mass Action on step1 of the wizard, to step2 and it doesn’t seem to be working. I am declaring the wizard variable at the top of my snippet, and calling the navigate part inside of a save callback, could that be cuasing issues? Is it possible to get to the next step from a Mass Action with the above syntax?
Question
Go to next wizard step from Mass Action
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
