Hi sir,
Google recapchta v3 client side validation i am trying to resolve this issue but not getting
I am trying to implement google recapchta v3 from google (https://www.google.com/recaptcha/admin/create) in my website, when i am not tick checkbox then also it is going to next page means without check validation.
I want google recapchta v3 client side validation for my website in given url you will find all code to implement in website but not get code to client side validation.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>
<script src="https://www.google.com/recaptcha/api.js?onload=renderRecaptcha&render=explicit" async defer></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<div id="g-recaptcha" class="g-recaptcha" data-sitekey="6LdwolMbAAAAAA46lf-FTr9gUSBOwJyTrPTN176w" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback"></div>
<input class="form-control d-none required" data-recaptcha="true" required="required" data-error="Please complete the Captcha">
<div class="help-block with-errors"></div>