X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/013e3b68170a39d007a29ef45ea0eb222fbcb2d8..HEAD:/Form/CaptchaType.php diff --git a/Form/CaptchaType.php b/Form/CaptchaType.php index 015a91b..f8cf3d0 100644 --- a/Form/CaptchaType.php +++ b/Form/CaptchaType.php @@ -71,7 +71,7 @@ class CaptchaType extends AbstractType { parent::configureOptions($resolver); //Set defaults - $resolver->setDefaults(['captcha' => false, 'translation_domain' => RapsysPackBundle::getAlias()]); + $resolver->setDefaults(['captcha' => false, 'error_bubbling' => true, 'translation_domain' => RapsysPackBundle::getAlias()]); //Add extra captcha option $resolver->setAllowedTypes('captcha', 'boolean');