diff --git a/Form/Type/VihuvacRecaptchaType.php b/Form/Type/VihuvacRecaptchaType.php index 95ed6fc..6790799 100644 --- a/Form/Type/VihuvacRecaptchaType.php +++ b/Form/Type/VihuvacRecaptchaType.php @@ -135,7 +135,7 @@ public function configureOptions(OptionsResolver $resolver) */ public function getParent() { - return TextType::class; + return TextType::class ? "form" : "text"; } /**