Hi
I have worked out my validation for freeform with jquery validation plugin (1.5.5)
I am stuck on how to validate the EE captcha with that very plugin.
Anyone find a solution to this? I have all the other fields validating with jquery.validate.js inline, but can’t quite figure out how to validate the captcha without it having to go to the speciality template.
How could this work? If the information needed to validate the CAPTCHA is in the form in a place where Javascript can validate it… won’t that mean that it’s available to a hacker too?
I found a solution to this… here @ninefour we wrote a little plug-in to grab the relevant CAPTCHA from the DB… we then hook this up with some jQuery to perform some live validation.