• Resolved For Games

    (@sockscap64)


    First of all, thanks to you developed such a great WordPress plugin.
    My question is, I want to load js and css on specify page, because of the loading performance.
    According to this article ( https://contactform7.com/loading-javascript-and-stylesheet-only-when-it-is-necessary/ ), I have done what I want. But after I integrate reCAPTCHA on CF7, I found that the JS of reCAPTCHA will be loaded on every page. I don’t want to load the js of reCAPTCHA every page. How do i need to do? Thanks again. Best regards.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

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

    reCAPTCHA v3 will never interrupt your users, so you can run it whenever you like without affecting conversion. reCAPTCHA works best when it has the most context about interactions with your site, which comes from seeing both legitimate and abusive behavior. For this reason, we recommend including reCAPTCHA verification on forms or actions as well as in the background of pages for analytics.

    In other words, if you load reCAPTCHA’s script only on a specific page, reCAPTCHA can’t learn the traffic pattern from enough context and you’ll see more false alarms.

    Thread Starter For Games

    (@sockscap64)

    Thanks a lot. I see it now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable CF7 to load reCAPTCHA on every page.’ is closed to new replies.