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!

  1. Link the js (Required) and css (optional).
  2. Add this HTML:
<input type="checkbox" id="ruhuman" class="ruhuman" required="required">
<label>R U Human?</label>

That's it!