Open thomas2411 opened 4 years ago
In Symfony 4.4 you need to register form theme by yourself by adding in config/packages.twig.yaml
config/packages.twig.yaml
twig: form_themes: ['@PRRecaptcha/Form/recaptcha.html.twig']
Unfortunately registerTheme method in PRRecaptchaExtension doesn't work any more.
Hello, thanks for reporting a problem. I will try to fix/change it soon.
In Symfony 4.4 you need to register form theme by yourself by adding in
config/packages.twig.yaml
Unfortunately registerTheme method in PRRecaptchaExtension doesn't work any more.