CoderCA's profile - activity
2014-04-09 04:38:34 -0600 | answered a question | "Input error: k: Format of site key was invalid" when reCAPTCHA is turned on One quick thing to check is if you switched from an AJAX display for your captcha to a PHP based display and left in: showRecaptcha(element) Then comment out that function / function call, took me a while to figure out because it would only error out every 2/5 times depending on how fast the JavaScript loaded. |