views:

90

answers:

1

Hi I'm trying Jquery form wizard http://plugins.jquery.com/project/formwizard

And it seems to work until I use historyEnabled: true. Back button stops working (I see in that case history.back() is called, but actually it shows the same step all the time). So how can I fix this?

A: 

Are you including the history plugin in your page? It looks like the form wizard uses it to handle the back button support.

PetersenDidIt
Yes it is included but for some reason it doesn't work properly.
Voice