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);