mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

noForwardJumping functionality is not working though i set it to true to avoid jumps #32

Open velanchandru opened 11 years ago

velanchandru commented 11 years ago

Hi guys, i want to restrict the user to jump b/w the tabs eg from 1 to 4, in the document it states that by setting noForwardJumping attribute to true wizard will not allow the user to Jump between the tabs, but it doesn't seems to be working for my scenario intially i disabled all the tabs then i force the user to go sequentially one by one in each tab i'm validating the contents, Actually what happens when say suppose user fills required field in all the tabs before submit then suddenly user coming to say tab three and removes a required filed, through validation i'm highlighting tab using SetErrortab method and wizard doesn't allow navigate untill user fills the req field, i'm disabling the next and previous button click events ,but wizard allows user to navigate by click the tab i want restrict that also please help me to fix this.

sbuendia commented 11 years ago

Any updates on this? I'm having the same issue.

mstratman commented 11 years ago

@sbuendia not from me. I don't actively work on this plugin any more, but am happy to accept pull requests or add new maintainers to the project.

AgileLars commented 9 years ago

I have just created a documentation error ticket that can explain this behavior. A onShowStep method must return true in order for the noForwardJumping set to true feature to be considered.