Stop Gravity Forms Scrolling To Top Of The Page After File Upload

Hi guys,
Im having an annoying issue where gravity forms scrolls to the top of the page after using the file upload field. I’m already using the filter to prevent this on form submission but it’s still happening once I I click the field

Submission filter below
add_filter( ‘gform_confirmation_anchor’, ‘__return_false’ );

I’m guessing this might require a jQuery function to update some kind of form anchor reference on page load? Any ideas

Scrolling the page when using the file upload field is not a feature of Gravity Forms. Have you tried running through a conflict test?

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