Hi Community!
To activate v2 & v3 on website, follow the steps on activating v2 as usually on Abantecart Admin dashboard, create a new html block give it any name and add the reCAPTCHA code. Don't forget to add the website key which given to you on reCAPTCHA website in the required places in the code and then go your website layouts and add the block where ever you want.
<!DOCTYPE html>
<html>
<body>
<script src="
https://www.google.com/recaptcha/api.js?render=insert-website-key-here"></script>
<script>
grecaptcha.ready(function() {
grecaptcha.execute('insert website key here', {action: 'homepage'}).then(function(token) {
...
});
});
</script>
</body>
</html>
This topic will be closed for your attention.
Regards