Replies: 1 comment 4 replies
-
You need to put a secret key in the dashboard -> template settings. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if anyone has gotten reCAPTCHA V2 verification to work?
I ask because I've gone through several different mechanisms of ttroubleshooting a 400 response from emailJS. I should point out I'm using this on a static site using client side SDK. I can send emails from a form I've built just fine, right up until I enable reCaptcha. I can observe the g-recaptcha-response and as best I can tell, it looks valid. reCaptcha times out waiting and as mentioned, I get a 400 error from emailJS if enabled.
"POST https://api.emailjs.com/api/v1.0/email/send-form 400 (Bad Request)"
Failed to send email: {status: 400, text: 'reCAPTCHA: invalid-input-response'}"
I've verified my reCaptcha settings, domain is correct, reCAPTCHA type:v2 Tickbox, secret key and site key from my recaptcha inclusion. Everything else is 200 (from my console) except when submitting my form data followed by immediate emailJS rejection.
For the time being, I'm just looking to see if anyone is currently using this successfully. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions