Using a Honeypot captcha

The honeypot captcha is a hidden anti-spam measure that requires no user interaction and blocks most automatic form submissions. Step 1 Add this field anywhere inside your form HTML 1 2 3 <div class="quform-hidden">     This field should be left blank <input type="text" name="field"> </div> <div class=”quform-hidden”> This field should be left blank <input … Continue reading Using a Honeypot captcha