⚡
Like Google reCAPTCHA
How to add to ANY website or form page:
1. Add these 2 lines into your HTML form:
<!-- 1. Container inside your <form> -->
<div class="math-verify" data-theme="dark"></div>
<!-- 2. The Script Tag (before </body>) -->
<script src="http://127.0.0.1:8000/js/math-captcha.js" async defer></script>
2. Add this 1 line to your Controller:
// In your Laravel Controller:
$request->validate([
'math_captcha_answer' => ['required', new \App\Rules\MathCaptcha],
]);
Interactive Live Form Demos
Contact Form
Uses <div class="math-verify"></div>
User Registration
Protected against auto-registration bots
Service Enquiry Form
Request a quote or audit