thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Multiple captcha on same page #47

Closed estelleal closed 10 months ago

estelleal commented 2 years ago

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

thinhbuzz commented 2 years ago

@estelleal did you checkout example multiple.blade.php?

estelleal commented 2 years ago

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