• Hi,

    I’ve seen the function on the CF7 docs for reducing the threshold score for the reCaptcha v3 integration:

    add_filter( 'wpcf7_recaptcha_threshold',
     
      function( $threshold ) {
        $threshold = 0.3; // decrease threshold to 0.3
     
        return $threshold;
      },
     
      10, 1
    );

    But I was wondering — Is there a way to turn of reCaptcha entirely on a specific page/form (or reduce the threshold to 0 for this page only)?

    We have a form page on a client site that they use internally several times a day, so this may have the potential to be flagged as spam submissions.

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter jamieson2504

    (@jamieson2504)

    Hi there,

    Any thoughts on the above? — as this has started to become an issue with some users being incorrectly flagged by reCaptcha.

    Just looking for a way to decrease the threshold for a specific page only.

    Cheers ??

Viewing 1 replies (of 1 total)
  • The topic ‘reCaptcha Threshold’ is closed to new replies.