laravel-google-captcha
laravel-google-captcha copied to clipboard
Multiple captcha on same page
Hello,
I would like to add multiple captcha on multiple form but on the same page. The problem is that the captcha JS file will be loaded X times as i include it one page instead of loading only one time.
I use this in my template : {!! Captcha::display([]) !!}
Someone already got this problem ?
Thanks
@estelleal did you checkout example multiple.blade.php?
Hi,
Thanks for your quick reply. I just trying it, but it still loading recaptcha script multiple times. https://i.ibb.co/R06xH24/Capture-d-e-cran-2021-09-22-a-20-56-07.png