mewebstudio / captcha

Captcha for Laravel 5/6/7/8/9/10/11
MIT License
2.46k stars 453 forks source link

Multil captcha not working in a page #260

Open NguyenTheSon opened 1 year ago

NguyenTheSon commented 1 year ago

I have many forms using captcha in a page. Do you have any solution for this?

sheepbild commented 1 year ago

Same problem here. It also doesn't work when initialized in the controller and returned to the view

NguyenTheSon commented 1 year ago

They used the session to init the captcha. So there is only a live captcha for a page

sandyrewa commented 1 year ago

I have the same problem, I have a popup for login and signup on the same page so the captcha is working only for one form.