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