Hi there,
I know this is an old post but as it doesn't have an answer I thought it would better to post here and work out a solution instead of starting a new thread.
I have a few forms which are AJAX submitted and I want to prevent the scolling that attempts to bring the #gforms_confirmation_message to the top of the page. This is mainly because in my case the page is short and it doesn't actually scroll to the top of the page.
You can see an example here: http://goo.gl/7kxD3
I can see that gForms is adding
jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);
to the source of the page. Can I tell it not to do this on specific forms on the site?
Cheers,
Alex
Posted 12 years ago on Friday September 14, 2012 |
Permalink