Using coogle captcha

I have the google captcha on my form. How do I utilize this to ensure that the form is not spam?

The form runs right now, even when someone doesnt click it.

Do I have to bind something somewhere?

1 Like

The captcha should have a value that is an object with two property:

You can use the values to block the submission client side or you can add them to the data submitted to check it server side.

2 Likes