Feat: Implement fine grained teamer profile data validation
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
Anschrift
|
||||
</h3>
|
||||
<div class="flex flex-col space-y-4 pb-8">
|
||||
{{ form_errors(form.address) }}
|
||||
{{ form_row(form.address.street) }}
|
||||
{{ form_row(form.address.postCode) }}
|
||||
{{ form_row(form.address.city) }}
|
||||
@@ -82,6 +83,7 @@
|
||||
Kontakt
|
||||
</h3>
|
||||
<div class="flex flex-col space-y-4">
|
||||
{{ form_errors(form.communication) }}
|
||||
{{ form_row(form.communication.email) }}
|
||||
{{ form_row(form.communication.phone) }}
|
||||
{{ form_row(form.communication.mobile) }}
|
||||
@@ -93,6 +95,7 @@
|
||||
Bankverbindung
|
||||
</h3>
|
||||
<div class="flex flex-col space-y-4">
|
||||
{{ form_errors(form.bankAccount) }}
|
||||
{{ form_row(form.bankAccount.iban) }}
|
||||
{{ form_row(form.bankAccount.bic) }}
|
||||
{{ form_row(form.bankAccount.bank) }}
|
||||
|
||||
Reference in New Issue
Block a user