PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Disable Confirmation Anchor

  1. Is there any possible way to disable the confirmation anchor? I've looked into the gform_confirmation_anchor filter in the documentation, but maybe I'm missing the possibility to disable it.

    Any help is greatly appreciated!

    Posted 12 years ago on Sunday September 25, 2011 | Permalink
  2. Try the following code snippet. Place it in your theme's function.php file

    add_filter("gform_confirmation_anchor", create_function("","return false;"));
    Posted 12 years ago on Tuesday September 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.