Title: [Plugin: Contact Form 7 Modules] Breaking Captcha
Last modified: August 20, 2016

---

# [Plugin: Contact Form 7 Modules] Breaking Captcha

 *  Resolved [alieneila](https://wordpress.org/support/users/alieneila/)
 * (@alieneila)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/)
 * Whenever I add a captcha to a form while this plugin is active, the filter that
   wraps the hidden div tag around hidden fields catches the captcha as well, so
   it hides the captcha fields and cannot be filled out.
 * [http://wordpress.org/extend/plugins/contact-form-7-modules/](http://wordpress.org/extend/plugins/contact-form-7-modules/)

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

 *  [jamipope](https://wordpress.org/support/users/jamipope/)
 * (@jamipope)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840810)
 * I am having the same issue.
 *  Plugin Author [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * (@katzwebdesign)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840811)
 * I’m not sure why this happens, but it seems like it’s caused by improper captcha
   insertion by Really Simple Captcha plugin.
 * I recommend wrapping the captcha fields in `<div>` or `<p>`, which fixes this
   issue.
 * Here’s an example:
 * #### Before:
 *     ```
       [captchac captcha-451]
   
       [captchar captcha-105]
       ```
   
 * #### After
 *     ```
       <div>
       [captchac captcha-451]
   
       [captchar captcha-105]
       </div>
       ```
   
 *  [jamipope](https://wordpress.org/support/users/jamipope/)
 * (@jamipope)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840812)
 * Tried both the <div> and <p> and still can’t get the captcha to show up. The 
   text box to put the captcha letters in shows up but not the letters. It is wrapping
   my captcha in div class=”hidden”
 *  [bhullar](https://wordpress.org/support/users/bhullar84gagan/)
 * (@bhullar84gagan)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840813)
 * Adding this worked for me:
 *     ```
       <div style=" display:block; ">
       [captchac captcha-451]
   
       [captchar captcha-105]
       </div>
       ```
   
 *  [jamipope](https://wordpress.org/support/users/jamipope/)
 * (@jamipope)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840814)
 * Thanks I will give it a try and update if it works or does not work.

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

The topic ‘[Plugin: Contact Form 7 Modules] Breaking Captcha’ is closed to new replies.

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

 * 5 replies
 * 4 participants
 * Last reply from: [jamipope](https://wordpress.org/support/users/jamipope/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-modules-breaking-captcha/#post-2840814)
 * Status: resolved