Przeglądaj źródła

[Frontend] Essai captcha (honey pot)

feature/export_comptable
Guillaume 4 lat temu
rodzic
commit
12f2ba883c
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      ShopBundle/Form/Frontend/TicketType.php

+ 7
- 0
ShopBundle/Form/Frontend/TicketType.php Wyświetl plik

@@ -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'

Ładowanie…
Anuluj
Zapisz