Forms
-
demo
-
firstname
-
lastname
-
institutionName
-
role
-
email
-
country
-
city
-
catalog
-
message
-
terms
-
submit
-
captcha
-
_token
-
demo
Form type:
"App\Form\Type\DemoType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Form\Type\vo\DemoFormVO {#1613 #firstname: ? string #lastname: ? string #institutionName: ? string #role: null #email: ? string #catalog: ? string #country: ? string #city: ? string #message: null #origin: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Form\Type\vo\DemoFormVO {#1613 #firstname: ? string #lastname: ? string #institutionName: ? string #role: null #email: ? string #catalog: ? string #country: ? string #city: ? string #message: null #origin: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Form\Type\vo\DemoFormVO {#1613 #firstname: ? string #lastname: ? string #institutionName: ? string #role: null #email: ? string #catalog: ? string #country: ? string #city: ? string #message: null #origin: null } |
| data_class | "App\Form\Type\vo\DemoFormVO" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Form\Type\vo\DemoFormVO" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "de" |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1731 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "demo" "_demo" ] |
| cache_key | "_demo_demo" |
| compound | true |
| data | App\Form\Type\vo\DemoFormVO {#1613 #firstname: ? string #lastname: ? string #institutionName: ? string #role: null #email: ? string #catalog: ? string #country: ? string #city: ? string #message: null #origin: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#761 -errors: [] -form: Symfony\Component\Form\Form {#1903 …} } |
| form | Symfony\Component\Form\FormView {#749 …5} |
| full_name | "demo" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "demo" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo" |
| valid | true |
| value | App\Form\Type\vo\DemoFormVO {#1613 #firstname: ? string #lastname: ? string #institutionName: ? string #role: null #email: ? string #catalog: ? string #country: ? string #city: ? string #message: null #origin: null } |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "given-name" ] |
[ "autocomplete" => "given-name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1738 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1738 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "contact.first_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "given-name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1738 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "given-name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_firstname" ] |
| cache_key | "_demo_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1887 -errors: [] -form: Symfony\Component\Form\Form {#1906 …} } |
| form | Symfony\Component\Form\FormView {#1867 …5} |
| full_name | "demo[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_firstname" |
| label | "contact.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_firstname" |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "family-name" ] |
[ "autocomplete" => "family-name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1739 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1739 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "contact.last_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "family-name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1739 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1768 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "family-name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_lastname" ] |
| cache_key | "_demo_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1770 -errors: [] -form: Symfony\Component\Form\Form {#1909 …} } |
| form | Symfony\Component\Form\FormView {#2273 …5} |
| full_name | "demo[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_lastname" |
| label | "contact.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_lastname" |
| valid | true |
| value | "" |
institutionName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "organization" ] |
[ "autocomplete" => "organization" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1740 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1740 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "purchase.form.school_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "organization" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1740 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1776 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "purchase.form.school_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1777 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "organization" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_institutionName" ] |
| cache_key | "_demo_institutionName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1832 -errors: [] -form: Symfony\Component\Form\Form {#1912 …} } |
| form | Symfony\Component\Form\FormView {#1820 …5} |
| full_name | "demo[institutionName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_institutionName" |
| label | "purchase.form.school_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "institutionName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_institutionName" |
| valid | true |
| value | "" |
role
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "contact.roles.teacher" => "teacher" "contact.roles.educational_consultant" => "educational_consultant" "contact.roles.parent" => "parent" "contact.roles.student" => "student" ] |
[ "contact.roles.teacher" => "teacher" "contact.roles.educational_consultant" => "educational_consultant" "contact.roles.parent" => "parent" "contact.roles.student" => "student" ] |
| label | "contact.role" |
same as passed value |
| placeholder | "" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "contact.roles.teacher" => "teacher" "contact.roles.educational_consultant" => "educational_consultant" "contact.roles.parent" => "parent" "contact.roles.student" => "student" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.role" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1797 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_demo_role" ] |
| cache_key | "_demo_role_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +data: "teacher" +value: "teacher" +label: "contact.roles.teacher" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +data: "educational_consultant" +value: "educational_consultant" +label: "contact.roles.educational_consultant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +data: "parent" +value: "parent" +label: "contact.roles.parent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +data: "student" +value: "student" +label: "contact.roles.student" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1812 -errors: [] -form: Symfony\Component\Form\Form {#1915 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1840 …5} |
| full_name | "demo[role]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_role" |
| is_selected | Closure($choice, $value) {#3273 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.role" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "role" |
| placeholder | "" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_role" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "email" ] |
[ "autocomplete" => "email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1741 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1742 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Validator\WillNotBounce {#1743 +payload: null +groups: ? ?array +message: "email_address_may_not_exist" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1741 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1742 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Validator\WillNotBounce {#1743 +payload: null +groups: ? ?array +message: "email_address_may_not_exist" } ] |
| label | "contact.pro_email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1741 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1742 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Validator\WillNotBounce {#1743 +payload: null +groups: ? ?array +message: "email_address_may_not_exist" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.pro_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1810 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_email" ] |
| cache_key | "_demo_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3274 -errors: [] -form: Symfony\Component\Form\Form {#1918 …} } |
| form | Symfony\Component\Form\FormView {#3275 …5} |
| full_name | "demo[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_email" |
| label | "contact.pro_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_email" |
| valid | true |
| value | "" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Deutschland" => "DE" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Karibische Niederlande" => "BQ" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
[ "Deutschland" => "DE" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Karibische Niederlande" => "BQ" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
| data | null |
same as passed value |
| label | "contact.country" |
same as passed value |
| placeholder | "" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Deutschland" => "DE" "Afghanistan" => "AF" "Ägypten" => "EG" "Ålandinseln" => "AX" "Albanien" => "AL" "Algerien" => "DZ" "Amerikanisch-Samoa" => "AS" "Amerikanische Jungferninseln" => "VI" "Amerikanische Überseeinseln" => "UM" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarktis" => "AQ" "Antigua und Barbuda" => "AG" "Äquatorialguinea" => "GQ" "Argentinien" => "AR" "Armenien" => "AM" "Aruba" => "AW" "Aserbaidschan" => "AZ" "Äthiopien" => "ET" "Australien" => "AU" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesch" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgien" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivien" => "BO" "Bosnien und Herzegowina" => "BA" "Botsuana" => "BW" "Bouvetinsel" => "BV" "Brasilien" => "BR" "Britische Jungferninseln" => "VG" "Britisches Territorium im Indischen Ozean" => "IO" "Brunei Darussalam" => "BN" "Bulgarien" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cabo Verde" => "CV" "Chile" => "CL" "China" => "CN" "Cookinseln" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Curaçao" => "CW" "Dänemark" => "DK" "Dominica" => "DM" "Dominikanische Republik" => "DO" "Dschibuti" => "DJ" "Ecuador" => "EC" "El Salvador" => "SV" "Eritrea" => "ER" "Estland" => "EE" "Eswatini" => "SZ" "Falklandinseln" => "FK" "Färöer" => "FO" "Fidschi" => "FJ" "Finnland" => "FI" "Frankreich" => "FR" "Französisch-Guayana" => "GF" "Französisch-Polynesien" => "PF" "Französische Süd- und Antarktisgebiete" => "TF" "Gabun" => "GA" "Gambia" => "GM" "Georgien" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griechenland" => "GR" "Grönland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard und McDonaldinseln" => "HM" "Honduras" => "HN" "Indien" => "IN" "Indonesien" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irland" => "IE" "Island" => "IS" "Isle of Man" => "IM" "Israel" => "IL" "Italien" => "IT" "Jamaika" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanien" => "JO" "Kaimaninseln" => "KY" "Kambodscha" => "KH" "Kamerun" => "CM" "Kanada" => "CA" "Karibische Niederlande" => "BQ" "Kasachstan" => "KZ" "Katar" => "QA" "Kenia" => "KE" "Kirgisistan" => "KG" "Kiribati" => "KI" "Kokosinseln" => "CC" "Kolumbien" => "CO" "Komoren" => "KM" "Kongo-Brazzaville" => "CG" "Kongo-Kinshasa" => "CD" "Kroatien" => "HR" "Kuba" => "CU" "Kuwait" => "KW" "Laos" => "LA" "Lesotho" => "LS" "Lettland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libyen" => "LY" "Liechtenstein" => "LI" "Litauen" => "LT" "Luxemburg" => "LU" "Madagaskar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Malediven" => "MV" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshallinseln" => "MH" "Martinique" => "MQ" "Mauretanien" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexiko" => "MX" "Mikronesien" => "FM" "Monaco" => "MC" "Mongolei" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mosambik" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Neukaledonien" => "NC" "Neuseeland" => "NZ" "Nicaragua" => "NI" "Niederlande" => "NL" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Nordkorea" => "KP" "Nördliche Marianen" => "MP" "Nordmazedonien" => "MK" "Norfolkinsel" => "NF" "Norwegen" => "NO" "Oman" => "OM" "Österreich" => "AT" "Pakistan" => "PK" "Palästinensische Autonomiegebiete" => "PS" "Palau" => "PW" "Panama" => "PA" "Papua-Neuguinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippinen" => "PH" "Pitcairninseln" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Republik Moldau" => "MD" "Réunion" => "RE" "Ruanda" => "RW" "Rumänien" => "RO" "Russland" => "RU" "Salomonen" => "SB" "Sambia" => "ZM" "Samoa" => "WS" "San Marino" => "SM" "São Tomé und Príncipe" => "ST" "Saudi-Arabien" => "SA" "Schweden" => "SE" "Schweiz" => "CH" "Senegal" => "SN" "Serbien" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Simbabwe" => "ZW" "Singapur" => "SG" "Sint Maarten" => "SX" "Slowakei" => "SK" "Slowenien" => "SI" "Somalia" => "SO" "Sonderverwaltungsregion Hongkong" => "HK" "Sonderverwaltungsregion Macau" => "MO" "Spanien" => "ES" "Spitzbergen und Jan Mayen" => "SJ" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts und Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre und Miquelon" => "PM" "St. Vincent und die Grenadinen" => "VC" "Südafrika" => "ZA" "Sudan" => "SD" "Südgeorgien und die Südlichen Sandwichinseln" => "GS" "Südkorea" => "KR" "Südsudan" => "SS" "Suriname" => "SR" "Syrien" => "SY" "Tadschikistan" => "TJ" "Taiwan" => "TW" "Tansania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad und Tobago" => "TT" "Tschad" => "TD" "Tschechien" => "CZ" "Tunesien" => "TN" "Türkei" => "TR" "Turkmenistan" => "TM" "Turks- und Caicosinseln" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "Ungarn" => "HU" "Uruguay" => "UY" "Usbekistan" => "UZ" "Vanuatu" => "VU" "Vatikanstadt" => "VA" "Venezuela" => "VE" "Vereinigte Arabische Emirate" => "AE" "Vereinigte Staaten" => "US" "Vereinigtes Königreich" => "GB" "Vietnam" => "VN" "Wallis und Futuna" => "WF" "Weihnachtsinsel" => "CX" "Westsahara" => "EH" "Zentralafrikanische Republik" => "CF" "Zypern" => "CY" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1818 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_demo_country" ] |
| cache_key | "_demo_country_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +data: "DE" +value: "DE" +label: "Deutschland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +data: "EG" +value: "EG" +label: "Ägypten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +data: "AX" +value: "AX" +label: "Ålandinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +data: "AL" +value: "AL" +label: "Albanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +data: "DZ" +value: "DZ" +label: "Algerien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +data: "AS" +value: "AS" +label: "Amerikanisch-Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +data: "VI" +value: "VI" +label: "Amerikanische Jungferninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +data: "UM" +value: "UM" +label: "Amerikanische Überseeinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +data: "AQ" +value: "AQ" +label: "Antarktis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +data: "AG" +value: "AG" +label: "Antigua und Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +data: "GQ" +value: "GQ" +label: "Äquatorialguinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +data: "AR" +value: "AR" +label: "Argentinien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +data: "AM" +value: "AM" +label: "Armenien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +data: "AZ" +value: "AZ" +label: "Aserbaidschan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +data: "ET" +value: "ET" +label: "Äthiopien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +data: "AU" +value: "AU" +label: "Australien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +data: "BH" +value: "BH" +label: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +data: "BD" +value: "BD" +label: "Bangladesch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +data: "BE" +value: "BE" +label: "Belgien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +data: "BO" +value: "BO" +label: "Bolivien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +data: "BA" +value: "BA" +label: "Bosnien und Herzegowina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +data: "BW" +value: "BW" +label: "Botsuana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +data: "BV" +value: "BV" +label: "Bouvetinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +data: "BR" +value: "BR" +label: "Brasilien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +data: "VG" +value: "VG" +label: "Britische Jungferninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +data: "IO" +value: "IO" +label: "Britisches Territorium im Indischen Ozean" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +data: "BN" +value: "BN" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +data: "BG" +value: "BG" +label: "Bulgarien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +data: "CV" +value: "CV" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +data: "CK" +value: "CK" +label: "Cookinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +data: "DK" +value: "DK" +label: "Dänemark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3328 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +data: "DO" +value: "DO" +label: "Dominikanische Republik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +data: "DJ" +value: "DJ" +label: "Dschibuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +data: "EE" +value: "EE" +label: "Estland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +data: "FK" +value: "FK" +label: "Falklandinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +data: "FO" +value: "FO" +label: "Färöer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +data: "FJ" +value: "FJ" +label: "Fidschi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +data: "FI" +value: "FI" +label: "Finnland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +data: "FR" +value: "FR" +label: "Frankreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +data: "GF" +value: "GF" +label: "Französisch-Guayana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +data: "PF" +value: "PF" +label: "Französisch-Polynesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +data: "TF" +value: "TF" +label: "Französische Süd- und Antarktisgebiete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +data: "GA" +value: "GA" +label: "Gabun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +data: "GE" +value: "GE" +label: "Georgien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3348 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +data: "GR" +value: "GR" +label: "Griechenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +data: "GL" +value: "GL" +label: "Grönland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3352 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3353 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3354 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3356 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +data: "HM" +value: "HM" +label: "Heard und McDonaldinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3362 +data: "IN" +value: "IN" +label: "Indien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +data: "ID" +value: "ID" +label: "Indonesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +data: "IE" +value: "IE" +label: "Irland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +data: "IS" +value: "IS" +label: "Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +data: "IT" +value: "IT" +label: "Italien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +data: "JM" +value: "JM" +label: "Jamaika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +data: "YE" +value: "YE" +label: "Jemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +data: "JO" +value: "JO" +label: "Jordanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +data: "KY" +value: "KY" +label: "Kaimaninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +data: "KH" +value: "KH" +label: "Kambodscha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +data: "CM" +value: "CM" +label: "Kamerun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +data: "CA" +value: "CA" +label: "Kanada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +data: "BQ" +value: "BQ" +label: "Karibische Niederlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +data: "KZ" +value: "KZ" +label: "Kasachstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +data: "QA" +value: "QA" +label: "Katar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +data: "KE" +value: "KE" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +data: "KG" +value: "KG" +label: "Kirgisistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +data: "CC" +value: "CC" +label: "Kokosinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +data: "CO" +value: "CO" +label: "Kolumbien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +data: "KM" +value: "KM" +label: "Komoren" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +data: "CG" +value: "CG" +label: "Kongo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +data: "CD" +value: "CD" +label: "Kongo-Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +data: "HR" +value: "HR" +label: "Kroatien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +data: "CU" +value: "CU" +label: "Kuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +data: "LV" +value: "LV" +label: "Lettland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +data: "LB" +value: "LB" +label: "Libanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +data: "LY" +value: "LY" +label: "Libyen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +data: "LT" +value: "LT" +label: "Litauen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +data: "LU" +value: "LU" +label: "Luxemburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +data: "MG" +value: "MG" +label: "Madagaskar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +data: "MV" +value: "MV" +label: "Malediven" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +data: "MA" +value: "MA" +label: "Marokko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3410 +data: "MH" +value: "MH" +label: "Marshallinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +data: "MR" +value: "MR" +label: "Mauretanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3413 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +data: "MX" +value: "MX" +label: "Mexiko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +data: "FM" +value: "FM" +label: "Mikronesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +data: "MN" +value: "MN" +label: "Mongolei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3419 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3420 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +data: "MZ" +value: "MZ" +label: "Mosambik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +data: "MM" +value: "MM" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3425 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3426 +data: "NC" +value: "NC" +label: "Neukaledonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +data: "NZ" +value: "NZ" +label: "Neuseeland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +data: "NL" +value: "NL" +label: "Niederlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3432 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +data: "KP" +value: "KP" +label: "Nordkorea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3434 +data: "MP" +value: "MP" +label: "Nördliche Marianen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +data: "MK" +value: "MK" +label: "Nordmazedonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +data: "NF" +value: "NF" +label: "Norfolkinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +data: "NO" +value: "NO" +label: "Norwegen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +data: "AT" +value: "AT" +label: "Österreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +data: "PS" +value: "PS" +label: "Palästinensische Autonomiegebiete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +data: "PG" +value: "PG" +label: "Papua-Neuguinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +data: "PH" +value: "PH" +label: "Philippinen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +data: "PN" +value: "PN" +label: "Pitcairninseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +data: "PL" +value: "PL" +label: "Polen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +data: "MD" +value: "MD" +label: "Republik Moldau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +data: "RE" +value: "RE" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +data: "RW" +value: "RW" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +data: "RO" +value: "RO" +label: "Rumänien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +data: "RU" +value: "RU" +label: "Russland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +data: "SB" +value: "SB" +label: "Salomonen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +data: "ZM" +value: "ZM" +label: "Sambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +data: "ST" +value: "ST" +label: "São Tomé und Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +data: "SA" +value: "SA" +label: "Saudi-Arabien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +data: "SE" +value: "SE" +label: "Schweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +data: "CH" +value: "CH" +label: "Schweiz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +data: "RS" +value: "RS" +label: "Serbien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +data: "SC" +value: "SC" +label: "Seychellen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +data: "ZW" +value: "ZW" +label: "Simbabwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +data: "SG" +value: "SG" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +data: "SK" +value: "SK" +label: "Slowakei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +data: "SI" +value: "SI" +label: "Slowenien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3475 +data: "HK" +value: "HK" +label: "Sonderverwaltungsregion Hongkong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +data: "MO" +value: "MO" +label: "Sonderverwaltungsregion Macau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +data: "ES" +value: "ES" +label: "Spanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +data: "SJ" +value: "SJ" +label: "Spitzbergen und Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +data: "BL" +value: "BL" +label: "St. Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +data: "SH" +value: "SH" +label: "St. Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +data: "KN" +value: "KN" +label: "St. Kitts und Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +data: "LC" +value: "LC" +label: "St. Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +data: "MF" +value: "MF" +label: "St. Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3485 +data: "PM" +value: "PM" +label: "St. Pierre und Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +data: "VC" +value: "VC" +label: "St. Vincent und die Grenadinen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3487 +data: "ZA" +value: "ZA" +label: "Südafrika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3488 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +data: "GS" +value: "GS" +label: "Südgeorgien und die Südlichen Sandwichinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3490 +data: "KR" +value: "KR" +label: "Südkorea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3491 +data: "SS" +value: "SS" +label: "Südsudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3493 +data: "SY" +value: "SY" +label: "Syrien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3494 +data: "TJ" +value: "TJ" +label: "Tadschikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3495 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3496 +data: "TZ" +value: "TZ" +label: "Tansania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3497 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3498 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3499 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3500 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3501 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +data: "TT" +value: "TT" +label: "Trinidad und Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +data: "TD" +value: "TD" +label: "Tschad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +data: "CZ" +value: "CZ" +label: "Tschechien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +data: "TN" +value: "TN" +label: "Tunesien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +data: "TR" +value: "TR" +label: "Türkei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +data: "TC" +value: "TC" +label: "Turks- und Caicosinseln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3509 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3512 +data: "HU" +value: "HU" +label: "Ungarn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +data: "UZ" +value: "UZ" +label: "Usbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +data: "VA" +value: "VA" +label: "Vatikanstadt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +data: "AE" +value: "AE" +label: "Vereinigte Arabische Emirate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +data: "US" +value: "US" +label: "Vereinigte Staaten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +data: "GB" +value: "GB" +label: "Vereinigtes Königreich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +data: "WF" +value: "WF" +label: "Wallis und Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +data: "CX" +value: "CX" +label: "Weihnachtsinsel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +data: "EH" +value: "EH" +label: "Westsahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +data: "CF" +value: "CF" +label: "Zentralafrikanische Republik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +data: "CY" +value: "CY" +label: "Zypern" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3276 -errors: [] -form: Symfony\Component\Form\Form {#1921 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3277 …5} |
| full_name | "demo[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_country" |
| is_selected | Closure($choice, $value) {#3528 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_country" |
| valid | true |
| value | "" |
city
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1748 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1748 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| data | null |
same as passed value |
| label | "contact.city" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1748 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | null |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1830 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_city" ] |
| cache_key | "_demo_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3529 -errors: [] -form: Symfony\Component\Form\Form {#1924 …} } |
| form | Symfony\Component\Form\FormView {#3530 …5} |
| full_name | "demo[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_city" |
| label | "contact.city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_city" |
| valid | true |
| value | "" |
catalog
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "www" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "purchase.catalog.junior" => "junior" "purchase.catalog.www" => "www" ] |
[ "purchase.catalog.junior" => "junior" "purchase.catalog.www" => "www" ] |
| data | "www" |
same as passed value |
| expanded | false |
same as passed value |
| label | "demo.school_level" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "purchase.catalog.junior" => "junior" "purchase.catalog.www" => "www" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "www" |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "demo.school_level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1838 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_demo_catalog" ] |
| cache_key | "_demo_catalog_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +data: "junior" +value: "junior" +label: "purchase.catalog.junior" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +data: "www" +value: "www" +label: "purchase.catalog.www" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "www" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3531 -errors: [] -form: Symfony\Component\Form\Form {#1927 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3532 …5} |
| full_name | "demo[catalog]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_catalog" |
| is_selected | Closure($choice, $value) {#3536 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "demo.school_level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "catalog" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_catalog" |
| valid | true |
| value | "www" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => 3 ] |
[ "rows" => 3 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1749 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1750 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 20 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1749 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1750 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 20 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| help | "showcase.contact.min_chars" |
same as passed value |
| help_attr | [ "class" => "opacity-50" ] |
[ "class" => "opacity-50" ] |
| help_translation_parameters | [ "%minMessageChars%" => 20 ] |
[ "%minMessageChars%" => 20 ] |
| label | "contact.message" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 3 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1749 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1750 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 20 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "showcase.contact.min_chars" |
| help_attr | [ "class" => "opacity-50" ] |
| help_html | false |
| help_translation_parameters | [ "%minMessageChars%" => 20 ] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1854 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 3 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_demo_message" ] |
| cache_key | "_demo_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3537 -errors: [] -form: Symfony\Component\Form\Form {#1930 …} } |
| form | Symfony\Component\Form\FormView {#3538 …5} |
| full_name | "demo[message]" |
| help | "showcase.contact.min_chars" |
| help_attr | [ "class" => "opacity-50" ] |
| help_html | false |
| help_translation_parameters | [ "%minMessageChars%" => 20 ] |
| id | "demo_message" |
| label | "contact.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_message" |
| valid | true |
| value | "" |
terms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1751 +payload: null +groups: ? ?array +message: "Mit der Anforderung einer Demo akzeptieren Sie unsere Nutzungsbedingungen und erklären sich damit einverstanden, den EduMedia-Newsletter zu erhalten." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1751 +payload: null +groups: ? ?array +message: "Mit der Anforderung einer Demo akzeptieren Sie unsere Nutzungsbedingungen und erklären sich damit einverstanden, den EduMedia-Newsletter zu erhalten." } ] |
| label | "demo.newsletter.message" |
same as passed value |
| label_attr | [ "class" => "u-smaller" ] |
[ "class" => "u-smaller" ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1751 +payload: null +groups: ? ?array +message: "Mit der Anforderung einer Demo akzeptieren Sie unsere Nutzungsbedingungen und erklären sich damit einverstanden, den EduMedia-Newsletter zu erhalten." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1865 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1866 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "demo.newsletter.message" |
| label_attr | [ "class" => "u-smaller" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1870 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_demo_terms" ] |
| cache_key | "_demo_terms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3539 -errors: [] -form: Symfony\Component\Form\Form {#1933 …} } |
| form | Symfony\Component\Form\FormView {#3540 …5} |
| full_name | "demo[terms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_terms" |
| label | "demo.newsletter.message" |
| label_attr | [ "class" => "u-smaller" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "terms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_terms" |
| valid | true |
| value | "1" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "showcase.contact.request_demo" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "showcase.contact.request_demo" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "disabled" => "disabled" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_demo_submit" ] |
| cache_key | "_demo_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3542 …5} |
| full_name | "demo[submit]" |
| id | "demo_submit" |
| label | "showcase.contact.request_demo" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_demo_submit" |
| value | null |
captcha
Form type:
"VuillaumeAgency\TurnstileBundle\Type\TurnstileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-appearance" => "interaction-only" "data-theme" => "light" ] |
[ "data-appearance" => "interaction-only" "data-theme" => "light" ] |
| label | false |
same as passed value |
| row_attr | [ "class" => "flex flex-col justify-center mt-5" ] |
[ "class" => "flex flex-col justify-center mt-5" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-appearance" => "interaction-only" "data-theme" => "light" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ VuillaumeAgency\TurnstileBundle\Validator\CloudflareTurnstile {#1897 +payload: null +groups: ? ?array +missingResponseMessage: "turnstile.missing_response" +verificationFailedMessage: "turnstile.verification_failed" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1893 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| missing_response_message | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "flex flex-col justify-center mt-5" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1895 …} $translationDomain: "validators" } } |
| validation_groups | null |
| verification_failed_message | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-appearance" => "interaction-only" "data-theme" => "light" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "turnstile" "_demo_captcha" ] |
| cache_key | "_demo_captcha_turnstile" |
| compound | false |
| data | null |
| disable_submit_until_verified | true |
| disabled | false |
| enable | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3541 -errors: [] -form: Symfony\Component\Form\Form {#1938 …} } |
| form | Symfony\Component\Form\FormView {#3543 …5} |
| full_name | "demo[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_captcha" |
| key | "0x4AAAAAADLfSTL973TPzpWE" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "flex flex-col justify-center mt-5" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#280 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#619 …} -logger: Monolog\Logger {#426 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#279 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "login" => 2 "logout" => 3 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#3548 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_demo__token" ] |
| cache_key | "_demo__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3559 -errors: [] -form: Symfony\Component\Form\Form {#3555 …} } |
| form | Symfony\Component\Form\FormView {#3550 …5} |
| full_name | "demo[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo__token" |
| valid | true |
| value | "csrf-token" |