Skip to content

Instantly share code, notes, and snippets.

@saas786
Forked from rutger1140/gist:4994751
Created June 4, 2014 06:16
Show Gist options
  • Save saas786/914e59336855c318a699 to your computer and use it in GitHub Desktop.
Save saas786/914e59336855c318a699 to your computer and use it in GitHub Desktop.
// Gravity Forms anchor - disable auto scrolling of forms
add_filter("gform_confirmation_anchor", create_function("","return false;"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment