0

I'm trying to make a multistep form with jquery using this:

https://github.com/sheadawson/jquery.multistep

But so far I can't seem to get it working properly because it doesn't hide the other steps, can anyone provide me with an example on how to properly use this? I seem to be doing something wrong here.

ZippyV
  • 12,540
  • 3
  • 37
  • 52
Stephan-v
  • 19,255
  • 31
  • 115
  • 201

1 Answers1

1

JS CODE

$(document).ready(function(){
$("#SignupForm").formToWizard({ submitButton: 'SaveAccount' })
        $("#makeWizard").hide();
        $("#info").fadeIn(400);
});    

Please View a very simple example FormToWizard