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
I have created Form Wizard with this plugins but I want to prevent 'GoToStep' Method directly via Console or Debugger Tool as it skipped the section and went to last section without filling form.
So can we prevent 'GoToStep' Method for skipping the section via it...?
Example - $('#Form').easyWizard('goToStep', 11);
The text was updated successfully, but these errors were encountered:
I have created Form Wizard with this plugins but I want to prevent 'GoToStep' Method directly via Console or Debugger Tool as it skipped the section and went to last section without filling form.
So can we prevent 'GoToStep' Method for skipping the section via it...?
Example - $('#Form').easyWizard('goToStep', 11);
The text was updated successfully, but these errors were encountered: