@@ -81,6 +81,13 @@ class TicketType extends AbstractType | |||
'translation_domain' => 'lcshop', | |||
]) ; | |||
} | |||
else { | |||
// captcha (honey pot) | |||
$builder->add('body', TextType::class, [ | |||
'label' => 'Body', | |||
'required' => false, | |||
]) ; | |||
} | |||
$builder->add('subject', TextType::class, [ | |||
'label' => 'Sujet' |