Recaptcha breaks contact form
-
I have been using Contact Form 7 with my WordPress installation for a few years now without issue. And up until recently reCAPTCHA has been working great.
After one of the last few updates, however, my form stopped working when reCAPTCHA is included. Now the fields seemingly disabled, as if they were set to read-only or something.
I have verified that all of my reCAPTCHA integration keys are correct. I have also verified that the form works just fine if the reCAPTCHA line is removed from the contact form.
You can see the broken version here: https://jamesericson.photography/contact
I created a separate page to show it working just fine without it here: https://jamesericson.photography/contact-no-recaptchaThe code for my contact form is below, the only difference between the two forms is that the reCAPTCHA line was removed on the second page I linked to.
Any help with this would be great. I’d really like to continue to use reCAPTCHA to verify my form, and am hoping I just made a silly mistake. Thanks!
——————————————————————————
<p>Thinking about hiring me to take some photos? Want to purchase a framed print of one of the shots you see on this site? Interested in licensing one or more of my photos? Something else entirely? Whatever the inquiry, fill out the form below and I will be in touch with you shortly to discuss details. Thanks!<p/>
<p> Name (required)   [text* your-name akismet:author] </p>
<p> E-mail (required)   [email* your-email] </p>
<p> Phone (required)   [tel* your-phone] </p>
<p> Subject (required)   [text* your-subject] </p>
<p> Message (required)   [textarea* your-message] </p><p>Are you a human?   [recaptcha] <br/> </p>
<br/><br/>
<p>[submit “Send”]</p>
——————————————————————————
- The topic ‘Recaptcha breaks contact form’ is closed to new replies.