Title: Conflict with Conditional Fields
Last modified: February 15, 2018

---

# Conflict with Conditional Fields

 *  Resolved [patrickpro](https://wordpress.org/support/users/patrickpro/)
 * (@patrickpro)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/conflict-with-conditional-forms/)
 * Hey.
 * I have some forms on my website and Image Captcha works perfectly there, but 
   one form has Conditional Fields from this plugin: [https://pl.wordpress.org/plugins/cf7-conditional-fields/](https://pl.wordpress.org/plugins/cf7-conditional-fields/)
 * In this form Image Captcha doesn’t validate. No error message, it just pass form
   when nothing is choosen.

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

 *  Thread Starter [patrickpro](https://wordpress.org/support/users/patrickpro/)
 * (@patrickpro)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/conflict-with-conditional-forms/#post-9977047)
 * Ok, i did this:
 *     ```
       // add_filter('wpcf7_validate_cf7ic*','cf7ic_check_if_spam', 10, 2);
       // add_filter('wpcf7_validate_cf7ic','cf7ic_check_if_spam', 10, 2);
        add_filter('wpcf7_validate','cf7ic_check_if_spam', 10, 2);
       ```
   
 * in cf7-image-captcha.php and it works.
 *  [Kyle Charlton](https://wordpress.org/support/users/ktc_88/)
 * (@ktc_88)
 * [8 years ago](https://wordpress.org/support/topic/conflict-with-conditional-forms/#post-10299744)
 * Thanks for reporting this, I’ll look into it.

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

The topic ‘Conflict with Conditional Fields’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7-image-captcha/assets/icon.svg?rev=2970465)
 * [Image CAPTCHA for Contact Form 7 and WPForms by HookAndHook (DSGVO/GDPR)](https://wordpress.org/plugins/contact-form-7-image-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-image-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-image-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-image-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-image-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-image-captcha/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Kyle Charlton](https://wordpress.org/support/users/ktc_88/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/conflict-with-conditional-forms/#post-10299744)
 * Status: resolved