Rejoin branching using jQuery formwizard?
Posted
by
Vinay
on Stack Overflow
See other posts from Stack Overflow
or by Vinay
Published on 2011-01-10T23:48:10Z
Indexed on
2011/01/10
23:53 UTC
Read the original article
Hit count: 160
jQuery formwizard (http://thecodemine.org/) allows you to branch a form wizard based on inputs. I am trying to figure out if it possible to rejoin the branches (and not just for the last step.)
e.g. Based on the inputs to Step 1, I'd like to present the user with a different step 2. However, after step 2, the remaining steps (step 3, 4, 5, etc.) should all be the same.
How can this be done?
Thanks!
© Stack Overflow or respective owner