Pregunta

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(){

});
¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top