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