I'd like to bump this. What's happening is logical and makes sense, however, rcgroup's example is a very normal usage of paged forms. I'm in the same boat. If a user is using a form above the fold, it's jarring to be scrolled to the anchor.
I'd bet most paged forms are visible without scrolling down the page.
A possible solution is to use the AJAX feature (http://www.seodenver.com/gravity-forms-ajax/).
-----Edit-----
So the AJAX didn't help me, but I found a solution, albeit a little nasty:
Use javascript to scroll to the top of the page before it's finished loading.
I added an HTML field in my form and put some jQuery in so the javascript in mine looks like:
jQuery(document).scrollTop(0);
Posted 13 years ago on Tuesday October 11, 2011 |
Permalink