Confetti Captcha
Infuritate delight your users with this confetti captcha. (You have to clean up afterwards, though.)
Demo
https://scooooooooby.github.io/confetti-captcha/
Installation/Usage
- Copy the
images
andsrc
directories to your project - Put
<link href="src/fakerecaptcha.css" rel="stylesheet">
inside the<head>
tag - Put
<script src="src/fakerecaptcha.js"></script>
right before the</body>
closing tag - At the location where you’d like the fake captcha to be, put the HTML code from fakecaptcha.html
Colophon
Uses 75a’s fake captcha project, jQuery, and fionnachan’s confetti code under the hood.