December 12, 2018
Enable auto-scrolling to error messages in Gravity Forms by adding the following snipped to functions.
Comes in handy if a Newsletter Signup has been placed in the footer, or a sidebar.
add_filter( 'gform_confirmation_anchor', 'your_function_name' );
Adding the above snippet to your functions.php file will force the page to scroll down to the confirmation message after the form is submitted.