• I just launched this new site (per the link) and only added the ReCaptcha once I went live and unfortunately I have the same problem as others. Contact Form 7 only works when the Recaptcha V3 is disabled.

    “THERE WAS AN ERROR TRYING TO SEND YOUR MESSAGE. PLEASE TRY AGAIN LATER.”

    This does not make me look good in the eyes of the client.

    Settings:

    Contact Form 7: 5.1.1
    Wordpress: 5.2
    Avada: 5.7.2
    PHP 7.2.15

    I have disabled the ReCaptcha Integration and I am keeping my fingers crossed.

    As soon as y’all have a fix, I am on deck!

    Regards,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you added your reCAPTCHA (v3) correctly (worth checking again) and still got that error message in an orange border, it’s possibly an issue with your theme.

    See Contact Form 7 5.1.1 – theme needs to properly loads JavaScript in the footer area of each page.

    Switch temporarily (nothing will be lost when you switch back) to a WP default theme to see if the problem goes away.

    If this fixes the problem & you can’t get your theme fixed, you might try using Contact Form 7 – reCaptcha v2 in addition to Contact Form 7. Once installed and configured it offers the same reCaptcha functionality you are used to in previous versions of Contact Form 7 (recommended by CF7 plugin author).

    Neil, Im sorry but I just don’t buy the theme being the issue.
    Being the administrator of a network of sites – I can tell you that this issue is replicated on all of our sites – across 3 different themes.

    I think the chances of that all 3 themes having the same issue is slim.

    @quantumstudio open terminal in your browser F12.
    if you have a bug in the console it’s ssl fault.

    I have the same problem and I am looking for a solution

    @quantumstudio
    I found a solution
    You have in console F12 a bug:
    Invalid site key or not loaded in api.js ?

    if so then you need to add a link to the api.js in your <head>
    Probably your site loaded api for recaptcha v2

    Code:
    <script src="https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"></script>

    more: https://developers.google.com/recaptcha/docs/v3

    • This reply was modified 5 years, 9 months ago by tezet.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘(Another) Contact For 7/ReCaptcha V3 Error (Orange Box)’ is closed to new replies.