Domanda

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.

È stato utile?

Soluzione

JS CODE

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

Please View a very simple example FormToWizard

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top