On 'next' load to top of page and prevent 'jumping'

Problem: For design reasons, I have a multipage form in which its enclosing

is positioned " margin-top:-200px;". When the ‘next’ button on the first page of the form is pressed, the page jumps down. I just can’t figure out how to prevent this.

FYI - Ajax is turned on.

I think this is similar to “How can I load at page top and prevent "jumping"?

See NEC – Wagstaff – NEC Compensation (answers for first three questions - yes, yes, formula)
Thanks

Try disabling the form anchor by adding the following to your theme’s functions.php file

add_filter( 'gform_confirmation_anchor_8', '__return_false' );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.