robiveli / js-captcha

Tiny captcha component (~2KB) written in pure JavaScript with no dependencies
https://robiveli.github.io/js-captcha/
MIT License
68 stars 18 forks source link

Unable to use multiple captchas #15

Closed staticdreams closed 4 years ago

staticdreams commented 4 years ago

Cannot use multiple captchas on the same page. Even if I instantiate them multiple time with new jCaptcha() and use different class names one of them will come out empty

robiveli commented 4 years ago

Good catch, resolved within latest release

cristoj commented 4 years ago

Sorry but I can´t make it work with multiple captchas.. I take the example of project and add one more form, and not print the canvas... I tried to add an instance for this new form and not work... I am doing something wrong, but I don't know what....

Another thing, in the documentation you have an old version in the exmaple (canvas/canvasStyle)...