[symfony-users] Re : Re: EWZRecaptchaBundle

2011-04-30 Thread symfonyMan
hello, i still have no validation for the Recaptcha field !! there is no solution for that ? thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re : Re: EWZRecaptchaBundle

2011-04-30 Thread Carl
I'm having the same issue. I'm going to be contacting the author about it again. I can't get the inValid() function to be called when submitting a form. Custom validation definitely works as it's working in other bundles. -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] Re : Re: EWZRecaptchaBundle

2011-04-29 Thread symfonyMan
Hello, a great thanks for the replay :) in form class : i add : $builder-add('recaptcha', 'recaptcha'); in my controller : $form = $this-get('form.factory')-create(new RegisterType(), $user); and i added in template : {% form_theme form.recaptcha 'EWZRecaptchaBundle:Form:

[symfony-users] Re : Re: EWZRecaptchaBundle

2011-04-29 Thread symfonyMan
i know what is the problem, i had configured a virtual host in apache to use mydomaine.com as (localhost), i must change the keys or delete the virtual host ;) thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received