Ive just gone throught the Improved Captcha Component and it was super easy to install. The only problem Im having is that it doesnt seem to be validating. If i hit submit on my form it gets submitted whether captcha input is correct or not.
The directions state the following: "First in the controller you want to implement it into add the component then create a function called captcha and and in the following and on the form you want to protect where it checks if the data is empty just add "&& $this->Captcha->protect()". That will return a boolean back." Im a bit confused about this part: && $this->Captcha->protect() It seems to reside in the add() function (default code) and Ive tried putting it into the caption function as well as in my form as directions state above but just cant get it to work. Any ideas on this one? Thanks! justclint --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
