form verification failing captcha when captcha not on form
-
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]
- The topic ‘form verification failing captcha when captcha not on form’ is closed to new replies.