josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
188 stars 37 forks source link

Getting Warning The g-recaptcha-response field is required. #24

Open rabibsust opened 2 years ago

rabibsust commented 2 years ago

When submitting the form getting this message The g-recaptcha-response field is required.

midnite81 commented 2 years ago

I am also getting this error, there is no value on the hidden field

<input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response-62d29572efe40">

midnite81 commented 2 years ago

I think this issue is resolved by having the {!! RecaptchaV3::initJs() !!} before the field is rendered.

I am also getting this error, there is no value on the hidden field

<input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response-62d29572efe40">