Viewing 3 replies - 31 through 33 (of 33 total)
  • Hi, I still have the error:

    ERROR: Global site keys are not supported

    that is under the comment area. Please advise and help.

    Thanks!!

    Thread Starter Sumitkumar Nayak

    (@sumitkumar-nayak)

    Hi All,

    I don’t know why the author of this plugin is not taking initiative to fix the error. This have a bad impression on others.

    And the main problem is that even the new version still has the same error.

    Continuing with Version 3.2 is the best solution till present.

    Thread Starter Sumitkumar Nayak

    (@sumitkumar-nayak)

    Hi All,

    The problem is solved ??

    Its very simple to fix the issue.

    Following are the steps to solve the issue

    • 1. Visit the reCaptcha page of google and Click on the GetReCaptcha button
    • 2. If you are logged-in into google account it will not ask for login details otherwise get logged-in.
    • 3.It will take you to the following page https://www.google.com/recaptcha/admin#list .
    • 4.Delete the old keys if you have of your DOMAIN, otherwise you might an ERROR: Global site keys are not supported
    • 5. Enter your domain name and all the details it require.
    • 6. It will generate new Site key and Secret Key.
    • 7. Paste this snippet before the closing </head> tag on your HTML template:
      <script src='https://www.google.com/recaptcha/api.js'></script>
    • 8. Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
      <div class=”g-recaptcha” data-sitekey=”[YOUR-SITE-KEY]“></div>
    • 9. Update the wp-Recaptcha plugin to the latest version.
    • 10. Paste the new Site
      key and Secret key into the wp-recaptcha setting page.
    • 11. Delete all the Cache of your browser if you have or any other plugin you have installed for cache.
Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘In Version 4.0 Public key , Private key has been changed to Site and Secret Key’ is closed to new replies.