Hi,
I have enabled recaptcha in the preferences on my client’s store but still we are getting a higher number of spams.So I tried integrating recaptcha v2 (checkbox) in the store using the site key. But how to do the server side validation?
I found this piece of code from google search to prevent submission of the form if captcha is not checked.But after displaying the alert ,the form gets submitted. How to do this ?