The captcha should have a value that is an object with two property:
- “validate”, boolean: true if the captcha is valid
- “code”, string:
g-recaptcha-response
token
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.