jquery-steps
jquery-steps copied to clipboard
Previous Button disappears after going to previous page
Hi Been on this for the whole ay and still can't resolve.
To go back a few steps, I executed the below:
wizard.steps("previous"); wizard.steps("previous");
It works and indeed, the wizard went a few steps back. Unfortunately, the final page has a NEXT and FINISH button and the PREVIOUS button disappeared.
How do I make the PREVIOUS button show and FINISH button hidden?
HELP! Thanks!