Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having the same issue.

    Plugin Author Zack Katz

    (@katzwebdesign)

    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>

    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

    (@bhullar84gagan)

    Adding this worked for me:

    <div style=" display:block; ">
    [captchac captcha-451]
    
    [captchar captcha-105]
    </div>

    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.