Browse Source

[Frontend] Contact : ajout captcha

develop
Guillaume 3 years ago
parent
commit
eeacac54b7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ShopBundle/Form/Frontend/TicketType.php

+ 1
- 0
ShopBundle/Form/Frontend/TicketType.php View File

$this->utils->addCaptchaType($builder); $this->utils->addCaptchaType($builder);
} }



$builder->add('subject', TextType::class, [ $builder->add('subject', TextType::class, [
'label' => 'Sujet' 'label' => 'Sujet'
]) ])

Loading…
Cancel
Save