I have a multi-page Gravity Forms in a tab of the Enfold theme. When I hit next at the bottom of the first page of the form it takes me to another tab of that same page and the form is gone. I’m not sure what’s going wrong here. Any ideas?
Hi David!
The main problem is that the button reloads the page and also changes the hash value and this breaks the tabs. I recommend to activate the “ajax” submission setting like I did on this test page: http://test.inoplugs.com/impressum/#tab-id-2 which uses a standard sample form.
I used this shortcode to activate ajax submission:
[gravityform id="2" ajax="true"]
Cheers!
Peter
Thanks! Work great now.