Multi Page Form, Scroll on next

I know this has been asked a few times but I cannot find anything that works for me. I have a new site where most pages have a GF in the middle of the page. The forms are multi pages and on next they scroll all over the page.

Ideally I want to keep the same format as there is a little built in fireworks effect on completion.

The site is here: www.teamfun.com.au

Is there a way to completely turn off the scrolling after next? I have tried this:
add_filter( ‘gform_confirmation_anchor’, ‘__return_false’ );`

UPDATE: After reading through lots of similar posts I solved it bey doing the following:

In the functions file I added: add_filter( ‘gform_confirmation_anchor’, ‘__return_false’ );`
and in the shortcode for the forms I added Ajax=“true”. Works like a dream!!!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.