Has anyone had success deploying Google Recaptcha ...
# suitecommerce
m
Has anyone had success deploying Google Recaptcha v3 or enterprise on the Netsuite web forms? All the examples I've found so far are based on client side verification (Recaptcha v2). I can't really tell if I can tie into the form post process to do it on the server side.
p
Recaptcha v2 has a server side component too, where you validate the token the frontend sent.