You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
Subject: Recaptcha 2.0 not working in IE8 onwards
Dear Google Recaptcha Team,
Good evening. We implemented the *new* Recaptcha on one of our websites about a month ago, and it was working perfectly on all of our supported browsers until today. For some reason, the widget is not displaying on IE8, onwards. In Chrome and Firefox, the widget is loading just fine.
In debugging it on IE, it is encountering an issue on the js -- line 151 character 470
Object doesn't support this property or method
Were there changes to your codebase today that may have affected the behavior in IE?
This is rather urgent, so please let us know at your earliest convenience.
Code Snippet:
<script type="text/javascript"> var mySiteKey = "6LdV4gYTAAAAAN1VgDuqzi6OpmIk8fgVpE1E9bXA"; var onloadCallback = function() { grecaptcha.render('recaptcha_html_element', { 'sitekey' : mySiteKey, 'theme': 'light' }); }; </script> <div id="RFMainContent"> <div class="RFmodule" id="RFavailabilityCaptcha"> <form name="captchaForm" method="post" action="/ffr/captcha.do"> <input type="hidden" name="originalRequestMethod" value=""> <input type="hidden" name="originalRequestUrl" value=""> <input type="hidden" name="originalRequestParameters" value=""> <h2>Verification</h2> <div><p><strong>ARE YOU HUMAN?</strong></p></div> <div class="clear"></div> <div id="recaptcha_html_element" class="g-recaptcha" style="padding-left:12px;"></div> <!-- <div id="recaptcha_html_element" class="g-recaptcha" data-sitekey="6LdV4gYTAAAAAN1VgDuqzi6OpmIk8fgVpE1E9bXA" style="padding-left:12px;"></div> --> <div style="padding:10px;"> <input type="submit" value="Continue" class="btnGreen"> </div> <h2>Why do we do this?</h2> <p>This step is an added level of security that helps us ensure that our members (and not automated programs) are accessing the online reservations system. In addition, by limiting automated search programs from accessing the system, Website performance is improved. </form> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> </div> </div>
Thanks,
Kit Angeles
Wyndham Vacation Ownership
Information Technology
disits...@wyn.com
unread,
Aug 17, 2015, 10:04:25 AM8/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
We were able to solve this, and having it work on Ie9 + by removing the following meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <!-- so IE8 won't force compatibility mode -->
webinte...@healthalliance.org
unread,
Aug 17, 2015, 3:40:29 PM8/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
having same issue today.
Vadim Pluzhinsky
unread,
Aug 17, 2015, 4:31:27 PM8/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message