Skip to content

Instantly share code, notes, and snippets.

@thinkstylestudio
Forked from rutger1140/gist:4994751
Created August 6, 2013 22:20
Show Gist options
  • Save thinkstylestudio/6169253 to your computer and use it in GitHub Desktop.
Save thinkstylestudio/6169253 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