0

I'm showing forms dynamically and some forms comes with only 1 step.

How can I enable finish button when I have only one step in JWizard plugin?

Kedin
  • 1
  • Could you include some sample code of what you have so far? – Alejo Dec 10 '15 at 20:22
  • $(".jWizard").on( "stephide", function(){ if(!$("form").validationEngine('validate')){ return false; } } ).jWizard({ buttons: { cancel: false, finish:{ "class": "finished", type:"button" } } }); – Kedin Dec 10 '15 at 20:30

0 Answers0