Title: CF7 conflict
Last modified: May 18, 2017

---

# CF7 conflict

 *  Resolved [hasangee](https://wordpress.org/support/users/hasangee/)
 * (@hasangee)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/cf7-conflict/)
 * Hello,
 * Plugin works great but it seems to conflict with CF7. If I add a recaptcha to
   a contact form, it just wont show.
 * It will only show if I disable WordPress ReCaptcha Integration. Any work around?
   I really need both plugins to be active..
 * Cheers,
    Hasan

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [hasangee](https://wordpress.org/support/users/hasangee/)
 * (@hasangee)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/cf7-conflict/#post-9149066)
 * Hello,
 * I found a fix!
 * Add this to your functions.php :
 * function wp_recaptcha_cf7_fix($default) {
    global $post; if(is_a($post, ‘WP_Post’)&&
   has_shortcode($post->post_content, ‘contact-form-7’)) { return false; } return
   $default; } add_filter(‘wp_recaptcha_do_scripts’, ‘wp_recaptcha_cf7_fix’); add_filter(‘
   wp_recaptcha_required’, ‘wp_recaptcha_cf7_fix’);
 *  [nr123](https://wordpress.org/support/users/nr123/)
 * (@nr123)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/cf7-conflict/#post-9609493)
 * Hi,
 * I tried this fix however it still doesn’t show the CF7 reCaptcha when this plugins
   reCaptcha is being displayed on the same page.
 * Any suggestions?
 * Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CF7 conflict’ is closed to new replies.

 * ![](https://ps.w.org/wp-recaptcha-integration/assets/icon-256x256.png?rev=2337056)
 * [ReCaptcha Integration for WordPress](https://wordpress.org/plugins/wp-recaptcha-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-recaptcha-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-recaptcha-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-recaptcha-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-recaptcha-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-recaptcha-integration/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nr123](https://wordpress.org/support/users/nr123/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/cf7-conflict/#post-9609493)
 * Status: resolved