Title: reCaptcha Threshold
Last modified: September 16, 2020

---

# reCaptcha Threshold

 *  [jamieson2504](https://wordpress.org/support/users/jamieson2504/)
 * (@jamieson2504)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-threshold/)
 * 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](https://wordpress.org/support/users/jamieson2504/)
 * (@jamieson2504)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-threshold/#post-13450076)
 * 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.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [reCAPTCHA](https://wordpress.org/support/topic-tag/recaptcha/)
 * [threshold](https://wordpress.org/support/topic-tag/threshold/)

 * 1 reply
 * 1 participant
 * Last reply from: [jamieson2504](https://wordpress.org/support/users/jamieson2504/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-threshold/#post-13450076)
 * Status: not resolved