• 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 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Steps to Upgrade your plugin to V.4.0.1’ is closed to new replies.