Grégoire Passault
Grégoire Passault
In sf =2.8 you should use CaptchaType::class Le 9 févr. 2016 22:02, "fjmg" [email protected] a écrit : > I use Symfony2.3 and he gives me the same error with the...
Looks like composer didn't install the dependency with gregwar/captcha You can give a try to composer install or something like this Le 9 févr. 2016 22:22, "fjmg" [email protected] a écrit...
What happen when you run composer install?
To do this, you will have to customize twig templates There is documentation about this: http://symfony.com/doc/current/form/form_customization.html And the captcha widget template is defined here: https://github.com/Gregwar/CaptchaBundle/blob/master/Resources/views/captcha.html.twig
Thus, you can redefine the `captcha_widget` block and put your own customization in it
If you do an example it could be added in the README
Hello, First thing, you should put quotes around the charset, I'm not sure what will happen if it's a number What is your version of IE? Do you accept the...
Ok, what version of this bundle do you use? Can you store session values w/ your version of symfony and IE? (If you make a simple test) We have to...
Do you also have the problem when as url is false?
Did you try simply: ``` $builder->add('captcha', 'captcha'); ``` Just to check?