DEV Community

Discussion on: reCaptcha verification with EmailJS

 
jameswallis profile image
James Wallis

Ah is that right? I ended up using send as I wanted to show the reCaptcha after the form was submitted but before querying EmailJS.
Additionally, I wasn't able to find a guide to use reCaptcha with sendForm whereas I could find one for send emailjs.com/docs/rest-api/send/. Looking again at the docs and your comment I guess that you literally just put the reCaptcha inside the form element and EmailJS will get it out of e.target.

Thread Thread
 
xr0master profile image
Sergey Khomushin

Yeah, you guess correctly.