anhskohbo / no-captcha

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

Callback function not workin #96

Open mrdigitalau opened 6 years ago

mrdigitalau commented 6 years ago

Hi, if I do the standard {!! NoCaptcha::renderJs() !!}

It works fine and displays. If I change it to {!! NoCaptcha::renderJs('fr', true, 'recaptchaCallback') !!} The captcha does not display any more.

Is there something I am missing?

hhummell81 commented 6 years ago

I have do this and it seems to work: https://github.com/anhskohbo/no-captcha/issues/76#issuecomment-346256065

MarlonRaphael commented 5 years ago

Oi, se eu fizer o padrão {!! NoCaptcha::renderJs() !!}

Funciona bem e exibe. Se eu alterá-lo para {!! NoCaptcha::renderJs('fr', true, 'recaptchaCallback') !!} O captcha não exibe mais.

Há algo que eu esteja perdendo?

Aqui ocorre o mesmo