thecodemine / formwizard

jQuery plugin based on top of jQuery UI which turns a form into a multistep wizard. Integrates with the jQuery form plugin for AJAX submission of the form, the validation plugin for client side validation and the BBQ plugin for enabling the browsers back and forward buttons.
140 stars 54 forks source link

Form wizard behaving strangely, clicking on next buttons submit form instead of showing the next step. #38

Closed classic-mike closed 11 years ago

classic-mike commented 11 years ago

Hi, I've been using your plugin for some time now with very little problem, however, I have changed a little bit of code, which I believe hardly relates to the form wizard and halfway through the process of filling in a form, clicking the next button goes and submits the form instead of firing what it needs to go to the next step.

This is consistently happening at a particular step in the form wizard. This behaviour is very very strange and any help in trying to resolve the issue would be very helpful.

If you would like to have a look at the code that I used to initiate the form wizard I can send you a link for you to have a look.

Thanks in advance.

thecodemine commented 11 years ago

Hi,

without looking at your code, it's very hard to know what is going on - so please provide me a link to your wizard. If you don't want to post it here, please send it to jan.sundman[at]aland.net.

/Jan

thecodemine commented 11 years ago

There was a javascript error occurring on the page - unrelated to the wizard plugin.