質問

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