• Resolved coknapp

    (@coknapp)


    I can not get the Google ReCaptcha to work on my development site. When you go to the contact form I added here https://drivethiswaydt.com/dev/contact-us-for-driving-classes/ no image or textfield for the ReCaptcha comes up.

    I followed the instructions and generated a Site Key and Secret Key for my domains (drivethisway.com and drivethiswaydt.com) and I added those to the form area in the plugin. But it didn’t work just doing that. I also added the snippets from Step 1 on the Google page to the head of my WordPress template and inserted an HTML field on the form and added the other snippet. It seems that should be integrated so I don’t have to add the snippets. I don’t understand what to do with Step 2 on the Google ReCaptcha page or should I even be worrying about that?

    https://www.ads-software.com/plugins/custom-contact-forms/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter coknapp

    (@coknapp)

    I have also tried deactivating all other plugins and that did not make it work either.

    Plugin Author Taylor Lovett

    (@tlovett1)

    Fixed in 6.2.3

    I’m on the latest version, and still have the exact same issue as coknapp.

    I can get the ReCaptcha to show up if I edit the field in class-ccf-field-rendered.php to change:
    div class="ccf-recaptcha-wrapper"

    to:
    div class="g-recaptcha"

    …but then on submission I always get an error that the ReCaptcha response is wrong.

    I undid that change, and am back to the original issue of ReCaptcha plain not showing up. Recommendations?

    (Site is WorldYouthDay.com/Pilgrimages. Right now I have the ReCaptcha removed from the form so that submissions can go through.)

    Plugin Author Taylor Lovett

    (@tlovett1)

    Have you checked for plugin conflicts?

    I haven’t… tips on how to check for conflicts?

    Plugin Author Taylor Lovett

    (@tlovett1)

    Deactivate other plugins and activate a default theme (TwentyFifteen)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Google ReCaptcha’ is closed to new replies.