문제

I want to edit the gravity forms using javascript. When I submit a form whether or not it's successful or has errors the page makes an immediate jump to the top of the form. Is it possible to remove this action and make the transition smoother?

I found an event that gets run on form render, but I can't figure out how to remove the behaviour.

jQuery(document).bind('gform_post_render', function(){

});
도움이 되었습니까?

해결책

It's annoying isn't it! Have you tried this post found on Gravity Forms support? http://www.gravityhelp.com/documentation/page/Gform_confirmation_anchor

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top