miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 508 forks source link

Issue with gravity forms (multi-page form) #381

Closed DimChtz closed 3 years ago

DimChtz commented 3 years ago

I have a multi-page gravity form for which I need to disable smoothstate. I tried to add the .no-smoothState class but that only works for forms without multiple pages.

As soon as I add the .no-smoothState class if I try to click on the form's next button, it does nothing.

So my question is: why disabling smoothstate, disables multi-page gravity forms ass well? Is there any solution?