Description
This sample project shows how to integrate BotDetect PHP CAPTCHA validation with jQuery Validation client-side form validation.
It uses the Captcha Form Sample as a starting point, and adds client-side jQuery Validation rules for all form fields.
Client-side validation is not secure by itself (it can be bypassed trivially), so the sample also shows how the protected form action must always be secured by server-side CAPTCHA validation first, and use client-side validation only to improve the user experience.