[symfony-users] Re: Recaptcha validation in symfony 2

2011-04-21 Thread Kevin
Working fine for me, and actually the author just updated the README on github with new instructions (not sure if there have also been other fixes recently). What was missing from the README earlier was that you need to add validation metadata on the recaptcha form field. This looks like: /**

[symfony-users] Re: Recaptcha validation in symfony 2

2011-04-20 Thread Carl
Nice! Thanks for posting this. I had pretty much given up on that bundle and started to implement my own ReCAPTCHA system. I may give this a try again. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

[symfony-users] Re: Recaptcha validation in symfony 2

2011-04-17 Thread Carl
Hi, I'm having the same exact problem. Everything works except the actual validation part. I've checked and re-checked how this bundle handles validation and it looks like everything should be loading ok. The form renders just fine and the images can be changed. But the validator service for t

[symfony-users] Re: Recaptcha validation in symfony 2

2011-04-08 Thread symfonyMan
Hello, i still have the same problem... there is nobody have this bundle work good ?? thanks On 7 avr, 13:57, symfonyMan wrote: > Hello, > > i installed and well configured the EWZRecaptchaBundle (https:// > github.com/excelwebzone/EWZRecaptchaBundle). > > In my AccountBundle/Form/UserForm i a