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: recaptcha_widget.html.twig' %} {{ form_widget(form.recaptcha, { 'attr': { 'options': { 'theme': 'red' } } }) }} but i have and error in tempate : Input error: Invalid referer any idea ? 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 users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en