How did you implement a good User Experience with a low scoring number using Google reCaptcha v3?
The best answer I have found is reCaptcha v3 handle score callback but I still need a more UX friendly way of handling this.
Google recommends 2 form verification or email validation. Both of those seem far more evasive than "find all the stop signs in these images"
My first thought was to use v2, but it would be nice to not hinder the user. Then I thought about appending my own "I am not a robot" checkbox to the form and have some additional validation when they fail... but then the reCaptcha fails again and the user is stuck in a loop.
Does anyone have feedback on the best way to handle v3 results? Do you have some examples or ideas?