Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thinkstylestudio/6169301 to your computer and use it in GitHub Desktop.
Save thinkstylestudio/6169301 to your computer and use it in GitHub Desktop.
<?php
/* If the gravity form is below the fold the user can get confused if there isn't an anchor on the form */
add_filter("gform_confirmation_anchor", create_function("","return true;"));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment