• Resolved darthyoda6

    (@darthyoda6)


    I’ve got the captcha on the main contact page and it works fine. I’ve been working on some other forms that don’t need captcha, but the validation keeps failing. I finally looked under source code, and under screen reader response it says

    • Please select an icon.
    • But I don’t have an icon’s to choose from. The form on https://kom.capprogramming.com/apply/contact5/ is the default form that contact 7 creates.

      <label> Your Name (required)
      [text* your-name] </label>

      <label> Your Email (required)
      [email* your-email] </label>

      <label> Subject
      [text your-subject] </label>

      <label> Your Message
      [textarea your-message] </label>

      [submit “Send”]

      I’ve spent 2 hours removing stuff from forms trying to figure out why it doesn’t work, so I’m happy to at least see what’s causing the failing, even though it shouldn’t be since I’m not using any captcha.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    This is an known issue which I am currently working on.
    I’m a little swamped at the moment so I won’t be able to get a fix out right away, but will do my best to get to it soon.

    Thread Starter darthyoda6

    (@darthyoda6)

    Then the workaround for now till you get it fixed is to put a hidden field on every form.
    [hidden kc_captcha “kc_human”]

    For now the solution will be to add [hidden kc_captcha “kc_human”] to the form you wish to use without the CAPTCHA.
    I will change the code so that the form will work without the CAPTCHA in a future update.

    This has been resolved as of version 3.1.0
    You now only need to add [hidden kc_captcha “kc_human”] to forms without the [cf7ic] shortcode IF you have the plugin Contact Form 7 Conditional Fields installed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘form verification failing captcha when captcha not on form’ is closed to new replies.