anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

Captcha is not showing, div is present #123

Closed danifantom closed 5 years ago

danifantom commented 5 years ago

I'm using the method NoCaptcha::display() but the captcha widget won't show. If I try to submit the form anyways, it say's Please verify that you are not a robot!. Not sure what's going on. screenshot_3

screenshot_3

The keys are correct and the domain is allowed at the recaptcha settings

anhskohbo commented 5 years ago

Did you try open browser console to see?

danifantom commented 5 years ago

Yes. Nothing is showing

mohabhassan commented 5 years ago

Check if your javascript is being loaded correctly, ie {!! NoCaptcha::renderJs() !!}

danifantom commented 5 years ago

I've solved the issue. It was a problem with my keys