Setup PLZ field for user

This commit is contained in:
Jannis Portmann 2021-06-14 14:09:44 +02:00
parent 4140b63da0
commit 853b570f0f
5 changed files with 61 additions and 1 deletions

View file

@ -20,6 +20,7 @@ class RegistrationFormType extends AbstractType
$builder
->add('email', EmailType::class)
->add('username')
->add('zipcode')
->add('agreeTerms', CheckboxType::class, [
'mapped' => false,
'constraints' => [