• Hi Drew,

    Thanks for your work on this captcha. I’d like to use it because I don’t want Google’s (reCAPTCHA) cookies on my site and I think this captcha is secure enough.

    I have implemented this plugin on my WordPress 5 website in combination with ContactForm7. I notice that the captcha always passes no matter the input when using conditional fields in the form.

    Any advice on how to fix this would be appreciated.

    Thanks,
    varchar0

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author drew010

    (@drew010)

    Hey varchar,

    Sorry it’s been a while since I looked at the integration with CF7 and I don’t have access to my dev setup right now.

    Can you tell me more about how you added the captcha to the contact form? Was it using the “Securimage-WP” form field that appears in your form builder, or did you use a shortcode or something else?

    If it was just my integration, there is likely some changes to their hooks I will need to update as it sounds like the captcha is being added to the form, but nothing is validating it on the backend.

    Thread Starter varchar0

    (@varchar0)

    Thank you for replying.

    After installing the plugin the form-tag [securimage-wp] appeared in CF7, which I used. The problem occurs with default settings.

    I can see in the HTML that the captcha is not inside the ‘form-control-wrap’ span, but right after it (no matter which Display Sequence in settings). This may be unrelated but it also makes the styling difficult.

    <p><span class=”wpcf7-form-control-wrap securimage_wp”></span></p>
    <div id=”siwp_captcha_container_0″>…</div>

    • This reply was modified 5 years, 10 months ago by varchar0.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘always passing with CF7 conditional fields’ is closed to new replies.