Skip to content

Instantly share code, notes, and snippets.

@cfxd
Forked from rutger1140/gist:4994751
Last active August 29, 2015 14:07
Show Gist options
  • Save cfxd/94b457b2eeec30ee8fe3 to your computer and use it in GitHub Desktop.
Save cfxd/94b457b2eeec30ee8fe3 to your computer and use it in GitHub Desktop.
Disable auto scrolling of Gravity Forms
<?php
add_filter('gform_confirmation_anchor', '__return_false');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment