reCAPTCHA v3 lang en_gb invalid
-
When I run the Accessibility Insights test to determine if my page satisfies WCAG 2.1, the reCAPTCHA element on my Contact Us form fails with the following explanation:
‘
Path
iframe[title=”reCAPTCHA”];html
Snippet
<html dir=”ltr” lang=”en_gb”>
How to fix
Fix the following:
Value of lang attribute not included in the list of valid languages
‘My form has the following:
‘
<p><label for=”your-name”>Your Name (required)</label><br />
[text* your-name id:your-name] </p><p><label for=”your-email”>Your Email (required)</label><br />
[email* your-email id:your-email] </p><p><label for=”your-subject”>Subject</label><br />
[text* your-subject id:your-subject] </p><p><label for=”your-message”>Your Message</label><br />
[textarea* your-message id:your-message] </p><p>[recaptcha recaptcha-192] <br /></p>
<p>[submit “Send”]</p>`
‘How can I override “en_gb” with “en”?
Thanks in anticipation,
ChrisThe page I need help with: [log in to see the link]
- The topic ‘reCAPTCHA v3 lang en_gb invalid’ is closed to new replies.