Demo
What is ruhuman.js?
A Human Validation Checker to keep out the bots. This is a fast, lightweight and simple solution.
CDN Powered by rawgit.com
CSS: https://cdn.rawgit.com/RUHuman/ruhuman.js/master/ruhuman.min.css
JS: https://cdn.rawgit.com/RUHuman/ruhuman.js/master/ruhuman.min.js
How to use?
You may want to change around the code to suit your needs!
- Link the js (Required) and css (optional).
- Add this HTML:
<input type="checkbox" id="ruhuman" class="ruhuman" required="required">
<label>R U Human?</label>
That's it!