Contact Form 7 Modules – Really Simple CAPTCHA conflict?
-
Using WP 3.9.1, CF 7 3.9, CF 7 Modules 1.4.2, Really Simple CAPTCHA 1.8, with the following form (see below). When CF 7 Modules is activated the Really Simple CAPTCHA fields are set to “display:none” also (see http code below). There seems to be a conflict between the CF 7 Modules and Really Simple CAPTCHA. I can place the [hidden] tag before or after the [captchac] and [captchar] tags still get the same results. When I deactivate CF 7 Modules everything works ok and the [hidden] tag just shows up as text in the form (as expected).
Any thoughts/ideas?
— HTTP CODE FOLLOWS —
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Subject
[text your-subject] </p><p>Your Message
[textarea your-message] </p>[captchac captcha-41]
Please enter the characters shown above in the following field
[captchar captcha-41]<p>[submit “Send”]</p>
[hidden your-hidden-field “This is the hidden field”]
— HTTP CODE FOLLOWS —
<!– CF7 Modules –>
<div style=’display:none;’><input type=”hidden” name=”_wpcf7_captcha_challenge_captcha-41″ value=”1807926664″ /><img class=”wpcf7-form-control wpcf7-captchac wpcf7-captcha-captcha-41″ width=”72″ height=”24″ alt=”captcha” src=”https://test.summalogic.com/wp-content/uploads/wpcf7_captcha/1807926664.png” />
Please enter the characters shown above in the following field
<span class=”wpcf7-form-control-wrap captcha-41″><input type=”text” name=”captcha-41″ size=”40″ class=”wpcf7-form-control wpcf7-captchar” aria-invalid=”false” /></span></div>
<!– End CF7 Modules –><p><input type=”submit” value=”Send” class=”wpcf7-form-control wpcf7-submit” /></p>
<!– CF7 Modules –>
<div style=’display:none;’><input type=”hidden” name=”your-hidden-field” value=”This is the hidden field” class=”wpcf7-hidden” />
<input type=”hidden” name=”This is the hidden field” value=”This is the hidden field” class=”wpcf7-hidden” /></div>
<!– End CF7 Modules –>
- The topic ‘Contact Form 7 Modules – Really Simple CAPTCHA conflict?’ is closed to new replies.