laravel-google-captcha icon indicating copy to clipboard operation
laravel-google-captcha copied to clipboard

Multiple captcha on same page

Open estelleal opened this issue 3 years ago • 2 comments

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 avatar Sep 21 '21 21:09 estelleal

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

thinhbuzz avatar Sep 22 '21 02:09 thinhbuzz

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

estelleal avatar Sep 22 '21 18:09 estelleal