Recaptcha v3 + Forms API
# help-with-umbraco
s
I have a quick question regarding using the built in recaptcha v3 and the forms api. I've set it up looking at the gist that's available but adapting it to our svelte-frontend, and it works fine and passes the token back to umbraco via the API as well. Now, I'm just wondering, is Umbraco performing the validation (https://www.google.com/recaptcha/api/siteverify) behind the scenes when you pass in the token? Or do we need to add the verification step ourselves? 🙂
10 Views