Nocaptcha dont display bagisto
-
Hello, I used this for recaptcha https://github.com/anhskohbo/no-captcha
I followed all the steps but when I start to display the captacha it is not displayed.
Do you know what the problem would be?
@if ($errors->has('g-recaptcha-response'))
<span class="help-block">
<strong>{{ $errors->first('g-recaptcha-response') }}</strong>
</span>
@endif{!! NoCaptcha::renderJs() !!}
- all stepts
-
Hello @DaniD,
May I know the file path where you are adding this code?