Forms
-
registration_form
-
email
-
countryCode
-
phone
-
firstname
-
lastname
-
couponCode
-
1AgentID
-
recaptchaToken
-
password
-
newsletter
-
profiling
-
oAuthKey
-
_submit
-
_token
-
registration_form
Form type:
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "email" => "tgxqqsds@testform.xyz" "countryCode" => 1 "phone" => "+1-716-270-2493" "firstname" => "srpdwuuevw" "lastname" => "dpmvjywrvl" "couponCode" => "kmqqfxdett" "password" => "nuzpiwperpku" "newsletter" => true "profiling" => true "oAuthKey" => "iuukfhfy" ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| Agents | [ "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
[ "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
| data | [] |
[] |
| hidePassword | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| Agents | [ "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2594 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 | [] |
| hidePassword | false |
| 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 | [] |
| 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() {#2574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2575 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | [ "email" => "tgxqqsds@testform.xyz" "countryCode" => 1 "phone" => "+1-716-270-2493" "firstname" => "srpdwuuevw" "lastname" => "dpmvjywrvl" "couponCode" => "kmqqfxdett" "password" => "nuzpiwperpku" "newsletter" => true "profiling" => true "oAuthKey" => "iuukfhfy" ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4058 -form: Symfony\Component\Form\Form {#2777 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2699 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | false |
| value | [ "email" => "tgxqqsds@testform.xyz" "countryCode" => 1 "phone" => "+1-716-270-2493" "firstname" => "srpdwuuevw" "lastname" => "dpmvjywrvl" "couponCode" => "kmqqfxdett" "password" => "nuzpiwperpku" "newsletter" => true "profiling" => true "oAuthKey" => "iuukfhfy" ] |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "tgxqqsds@testform.xyz" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 190 ] |
[ "maxlength" => 190 ] |
| label | "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 | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2510 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2630 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | "tgxqqsds@testform.xyz" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4057 -form: Symfony\Component\Form\Form {#2780 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4047 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "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 | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email" |
| valid | true |
| value | "tgxqqsds@testform.xyz" |
countryCode
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "91" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | 1 |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control country-code-select" ] |
[ "class" => "form-control country-code-select" ] |
| choices | [ "+1 (United States/Canada)" => 1 "+7 (Russia/Kazakhstan)" => 7 "+20 (Egypt)" => 20 "+27 (South Africa)" => 27 "+30 (Greece)" => 30 "+31 (Netherlands)" => 31 "+32 (Belgium)" => 32 "+33 (France)" => 33 "+34 (Spain)" => 34 "+36 (Hungary)" => 36 "+39 (Italy)" => 39 "+40 (Romania)" => 40 "+41 (Switzerland)" => 41 "+43 (Austria)" => 43 "+44 (United Kingdom)" => 44 "+45 (Denmark)" => 45 "+46 (Sweden)" => 46 "+47 (Norway)" => 47 "+48 (Poland)" => 48 "+49 (Germany)" => 49 "+51 (Peru)" => 51 "+52 (Mexico)" => 52 "+53 (Cuba)" => 53 "+54 (Argentina)" => 54 "+55 (Brazil)" => 55 "+56 (Chile)" => 56 "+57 (Colombia)" => 57 "+58 (Venezuela)" => 58 "+60 (Malaysia)" => 60 "+61 (Australia)" => 61 "+62 (Indonesia)" => 62 "+63 (Philippines)" => 63 "+64 (New Zealand)" => 64 "+65 (Singapore)" => 65 "+66 (Thailand)" => 66 "+81 (Japan)" => 81 "+82 (South Korea)" => 82 "+84 (Vietnam)" => 84 "+86 (China)" => 86 "+90 (Turkey)" => 90 "+91 (India)" => 91 "+92 (Pakistan)" => 92 "+93 (Afghanistan)" => 93 "+94 (Sri Lanka)" => 94 "+95 (Myanmar)" => 95 "+98 (Iran)" => 98 "+212 (Morocco)" => 212 "+213 (Algeria)" => 213 "+216 (Tunisia)" => 216 "+218 (Libya)" => 218 "+220 (Gambia)" => 220 "+221 (Senegal)" => 221 "+222 (Mauritania)" => 222 "+223 (Mali)" => 223 "+224 (Guinea)" => 224 "+225 (Ivory Coast)" => 225 "+226 (Burkina Faso)" => 226 "+227 (Niger)" => 227 "+228 (Togo)" => 228 "+229 (Benin)" => 229 "+230 (Mauritius)" => 230 "+231 (Liberia)" => 231 "+232 (Sierra Leone)" => 232 "+233 (Ghana)" => 233 "+234 (Nigeria)" => 234 "+235 (Chad)" => 235 "+236 (Central African Republic)" => 236 "+237 (Cameroon)" => 237 "+238 (Cape Verde)" => 238 "+239 (São Tomé and Príncipe)" => 239 "+240 (Equatorial Guinea)" => 240 "+241 (Gabon)" => 241 "+242 (Republic of the Congo)" => 242 "+243 (Democratic Republic of the Congo)" => 243 "+244 (Angola)" => 244 "+245 (Guinea-Bissau)" => 245 "+246 (British Indian Ocean Territory)" => 246 "+248 (Seychelles)" => 248 "+249 (Sudan)" => 249 "+250 (Rwanda)" => 250 "+251 (Ethiopia)" => 251 "+252 (Somalia)" => 252 "+253 (Djibouti)" => 253 "+254 (Kenya)" => 254 "+255 (Tanzania)" => 255 "+256 (Uganda)" => 256 "+257 (Burundi)" => 257 "+258 (Mozambique)" => 258 "+260 (Zambia)" => 260 "+261 (Madagascar)" => 261 "+262 (Réunion)" => 262 "+263 (Zimbabwe)" => 263 "+264 (Namibia)" => 264 "+265 (Malawi)" => 265 "+266 (Lesotho)" => 266 "+267 (Botswana)" => 267 "+268 (Swaziland)" => 268 "+269 (Comoros)" => 269 "+290 (Saint Helena)" => 290 "+291 (Eritrea)" => 291 "+297 (Aruba)" => 297 "+298 (Faroe Islands)" => 298 "+299 (Greenland)" => 299 "+350 (Gibraltar)" => 350 "+351 (Portugal)" => 351 "+352 (Luxembourg)" => 352 "+353 (Ireland)" => 353 "+354 (Iceland)" => 354 "+355 (Albania)" => 355 "+356 (Malta)" => 356 "+357 (Cyprus)" => 357 "+358 (Finland)" => 358 "+359 (Bulgaria)" => 359 "+370 (Lithuania)" => 370 "+371 (Latvia)" => 371 "+372 (Estonia)" => 372 "+373 (Moldova)" => 373 "+374 (Armenia)" => 374 "+375 (Belarus)" => 375 "+376 (Andorra)" => 376 "+377 (Monaco)" => 377 "+378 (San Marino)" => 378 "+380 (Ukraine)" => 380 "+381 (Serbia)" => 381 "+382 (Montenegro)" => 382 "+383 (Kosovo)" => 383 "+385 (Croatia)" => 385 "+386 (Slovenia)" => 386 "+387 (Bosnia and Herzegovina)" => 387 "+389 (North Macedonia)" => 389 "+420 (Czech Republic)" => 420 "+421 (Slovakia)" => 421 "+423 (Liechtenstein)" => 423 "+500 (Falkland Islands)" => 500 "+501 (Belize)" => 501 "+502 (Guatemala)" => 502 "+503 (El Salvador)" => 503 "+504 (Honduras)" => 504 "+505 (Nicaragua)" => 505 "+506 (Costa Rica)" => 506 "+507 (Panama)" => 507 "+508 (Saint Pierre and Miquelon)" => 508 "+509 (Haiti)" => 509 "+590 (Guadeloupe)" => 590 "+591 (Bolivia)" => 591 "+592 (Guyana)" => 592 "+593 (Ecuador)" => 593 "+594 (French Guiana)" => 594 "+595 (Paraguay)" => 595 "+596 (Martinique)" => 596 "+597 (Suriname)" => 597 "+598 (Uruguay)" => 598 "+599 (Netherlands Antilles)" => 599 "+670 (East Timor)" => 670 "+672 (Antarctica)" => 672 "+673 (Brunei)" => 673 "+674 (Nauru)" => 674 "+675 (Papua New Guinea)" => 675 "+676 (Tonga)" => 676 "+677 (Solomon Islands)" => 677 "+678 (Vanuatu)" => 678 "+679 (Fiji)" => 679 "+680 (Palau)" => 680 "+681 (Wallis and Futuna)" => 681 "+682 (Cook Islands)" => 682 "+683 (Niue)" => 683 "+684 (American Samoa)" => 684 "+685 (Samoa)" => 685 "+686 (Kiribati)" => 686 "+687 (New Caledonia)" => 687 "+688 (Tuvalu)" => 688 "+689 (French Polynesia)" => 689 "+690 (Tokelau)" => 690 "+691 (Micronesia)" => 691 "+692 (Marshall Islands)" => 692 "+850 (North Korea)" => 850 "+852 (Hong Kong)" => 852 "+853 (Macau)" => 853 "+855 (Cambodia)" => 855 "+856 (Laos)" => 856 "+880 (Bangladesh)" => 880 "+886 (Taiwan)" => 886 "+960 (Maldives)" => 960 "+961 (Lebanon)" => 961 "+962 (Jordan)" => 962 "+963 (Syria)" => 963 "+964 (Iraq)" => 964 "+965 (Kuwait)" => 965 "+966 (Saudi Arabia)" => 966 "+967 (Yemen)" => 967 "+968 (Oman)" => 968 "+970 (Palestine)" => 970 "+971 (United Arab Emirates)" => 971 "+972 (Israel)" => 972 "+973 (Bahrain)" => 973 "+974 (Qatar)" => 974 "+975 (Bhutan)" => 975 "+976 (Mongolia)" => 976 "+977 (Nepal)" => 977 "+992 (Tajikistan)" => 992 "+993 (Turkmenistan)" => 993 "+994 (Azerbaijan)" => 994 "+995 (Georgia)" => 995 "+996 (Kyrgyzstan)" => 996 "+998 (Uzbekistan)" => 998 ] |
[ "+1 (United States/Canada)" => 1 "+7 (Russia/Kazakhstan)" => 7 "+20 (Egypt)" => 20 "+27 (South Africa)" => 27 "+30 (Greece)" => 30 "+31 (Netherlands)" => 31 "+32 (Belgium)" => 32 "+33 (France)" => 33 "+34 (Spain)" => 34 "+36 (Hungary)" => 36 "+39 (Italy)" => 39 "+40 (Romania)" => 40 "+41 (Switzerland)" => 41 "+43 (Austria)" => 43 "+44 (United Kingdom)" => 44 "+45 (Denmark)" => 45 "+46 (Sweden)" => 46 "+47 (Norway)" => 47 "+48 (Poland)" => 48 "+49 (Germany)" => 49 "+51 (Peru)" => 51 "+52 (Mexico)" => 52 "+53 (Cuba)" => 53 "+54 (Argentina)" => 54 "+55 (Brazil)" => 55 "+56 (Chile)" => 56 "+57 (Colombia)" => 57 "+58 (Venezuela)" => 58 "+60 (Malaysia)" => 60 "+61 (Australia)" => 61 "+62 (Indonesia)" => 62 "+63 (Philippines)" => 63 "+64 (New Zealand)" => 64 "+65 (Singapore)" => 65 "+66 (Thailand)" => 66 "+81 (Japan)" => 81 "+82 (South Korea)" => 82 "+84 (Vietnam)" => 84 "+86 (China)" => 86 "+90 (Turkey)" => 90 "+91 (India)" => 91 "+92 (Pakistan)" => 92 "+93 (Afghanistan)" => 93 "+94 (Sri Lanka)" => 94 "+95 (Myanmar)" => 95 "+98 (Iran)" => 98 "+212 (Morocco)" => 212 "+213 (Algeria)" => 213 "+216 (Tunisia)" => 216 "+218 (Libya)" => 218 "+220 (Gambia)" => 220 "+221 (Senegal)" => 221 "+222 (Mauritania)" => 222 "+223 (Mali)" => 223 "+224 (Guinea)" => 224 "+225 (Ivory Coast)" => 225 "+226 (Burkina Faso)" => 226 "+227 (Niger)" => 227 "+228 (Togo)" => 228 "+229 (Benin)" => 229 "+230 (Mauritius)" => 230 "+231 (Liberia)" => 231 "+232 (Sierra Leone)" => 232 "+233 (Ghana)" => 233 "+234 (Nigeria)" => 234 "+235 (Chad)" => 235 "+236 (Central African Republic)" => 236 "+237 (Cameroon)" => 237 "+238 (Cape Verde)" => 238 "+239 (São Tomé and Príncipe)" => 239 "+240 (Equatorial Guinea)" => 240 "+241 (Gabon)" => 241 "+242 (Republic of the Congo)" => 242 "+243 (Democratic Republic of the Congo)" => 243 "+244 (Angola)" => 244 "+245 (Guinea-Bissau)" => 245 "+246 (British Indian Ocean Territory)" => 246 "+248 (Seychelles)" => 248 "+249 (Sudan)" => 249 "+250 (Rwanda)" => 250 "+251 (Ethiopia)" => 251 "+252 (Somalia)" => 252 "+253 (Djibouti)" => 253 "+254 (Kenya)" => 254 "+255 (Tanzania)" => 255 "+256 (Uganda)" => 256 "+257 (Burundi)" => 257 "+258 (Mozambique)" => 258 "+260 (Zambia)" => 260 "+261 (Madagascar)" => 261 "+262 (Réunion)" => 262 "+263 (Zimbabwe)" => 263 "+264 (Namibia)" => 264 "+265 (Malawi)" => 265 "+266 (Lesotho)" => 266 "+267 (Botswana)" => 267 "+268 (Swaziland)" => 268 "+269 (Comoros)" => 269 "+290 (Saint Helena)" => 290 "+291 (Eritrea)" => 291 "+297 (Aruba)" => 297 "+298 (Faroe Islands)" => 298 "+299 (Greenland)" => 299 "+350 (Gibraltar)" => 350 "+351 (Portugal)" => 351 "+352 (Luxembourg)" => 352 "+353 (Ireland)" => 353 "+354 (Iceland)" => 354 "+355 (Albania)" => 355 "+356 (Malta)" => 356 "+357 (Cyprus)" => 357 "+358 (Finland)" => 358 "+359 (Bulgaria)" => 359 "+370 (Lithuania)" => 370 "+371 (Latvia)" => 371 "+372 (Estonia)" => 372 "+373 (Moldova)" => 373 "+374 (Armenia)" => 374 "+375 (Belarus)" => 375 "+376 (Andorra)" => 376 "+377 (Monaco)" => 377 "+378 (San Marino)" => 378 "+380 (Ukraine)" => 380 "+381 (Serbia)" => 381 "+382 (Montenegro)" => 382 "+383 (Kosovo)" => 383 "+385 (Croatia)" => 385 "+386 (Slovenia)" => 386 "+387 (Bosnia and Herzegovina)" => 387 "+389 (North Macedonia)" => 389 "+420 (Czech Republic)" => 420 "+421 (Slovakia)" => 421 "+423 (Liechtenstein)" => 423 "+500 (Falkland Islands)" => 500 "+501 (Belize)" => 501 "+502 (Guatemala)" => 502 "+503 (El Salvador)" => 503 "+504 (Honduras)" => 504 "+505 (Nicaragua)" => 505 "+506 (Costa Rica)" => 506 "+507 (Panama)" => 507 "+508 (Saint Pierre and Miquelon)" => 508 "+509 (Haiti)" => 509 "+590 (Guadeloupe)" => 590 "+591 (Bolivia)" => 591 "+592 (Guyana)" => 592 "+593 (Ecuador)" => 593 "+594 (French Guiana)" => 594 "+595 (Paraguay)" => 595 "+596 (Martinique)" => 596 "+597 (Suriname)" => 597 "+598 (Uruguay)" => 598 "+599 (Netherlands Antilles)" => 599 "+670 (East Timor)" => 670 "+672 (Antarctica)" => 672 "+673 (Brunei)" => 673 "+674 (Nauru)" => 674 "+675 (Papua New Guinea)" => 675 "+676 (Tonga)" => 676 "+677 (Solomon Islands)" => 677 "+678 (Vanuatu)" => 678 "+679 (Fiji)" => 679 "+680 (Palau)" => 680 "+681 (Wallis and Futuna)" => 681 "+682 (Cook Islands)" => 682 "+683 (Niue)" => 683 "+684 (American Samoa)" => 684 "+685 (Samoa)" => 685 "+686 (Kiribati)" => 686 "+687 (New Caledonia)" => 687 "+688 (Tuvalu)" => 688 "+689 (French Polynesia)" => 689 "+690 (Tokelau)" => 690 "+691 (Micronesia)" => 691 "+692 (Marshall Islands)" => 692 "+850 (North Korea)" => 850 "+852 (Hong Kong)" => 852 "+853 (Macau)" => 853 "+855 (Cambodia)" => 855 "+856 (Laos)" => 856 "+880 (Bangladesh)" => 880 "+886 (Taiwan)" => 886 "+960 (Maldives)" => 960 "+961 (Lebanon)" => 961 "+962 (Jordan)" => 962 "+963 (Syria)" => 963 "+964 (Iraq)" => 964 "+965 (Kuwait)" => 965 "+966 (Saudi Arabia)" => 966 "+967 (Yemen)" => 967 "+968 (Oman)" => 968 "+970 (Palestine)" => 970 "+971 (United Arab Emirates)" => 971 "+972 (Israel)" => 972 "+973 (Bahrain)" => 973 "+974 (Qatar)" => 974 "+975 (Bhutan)" => 975 "+976 (Mongolia)" => 976 "+977 (Nepal)" => 977 "+992 (Tajikistan)" => 992 "+993 (Turkmenistan)" => 993 "+994 (Azerbaijan)" => 994 "+995 (Georgia)" => 995 "+996 (Kyrgyzstan)" => 996 "+998 (Uzbekistan)" => 998 ] |
| data | "91" |
same as passed value |
| label | "Country Code:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control country-code-select" ] |
| 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_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "+1 (United States/Canada)" => 1 "+7 (Russia/Kazakhstan)" => 7 "+20 (Egypt)" => 20 "+27 (South Africa)" => 27 "+30 (Greece)" => 30 "+31 (Netherlands)" => 31 "+32 (Belgium)" => 32 "+33 (France)" => 33 "+34 (Spain)" => 34 "+36 (Hungary)" => 36 "+39 (Italy)" => 39 "+40 (Romania)" => 40 "+41 (Switzerland)" => 41 "+43 (Austria)" => 43 "+44 (United Kingdom)" => 44 "+45 (Denmark)" => 45 "+46 (Sweden)" => 46 "+47 (Norway)" => 47 "+48 (Poland)" => 48 "+49 (Germany)" => 49 "+51 (Peru)" => 51 "+52 (Mexico)" => 52 "+53 (Cuba)" => 53 "+54 (Argentina)" => 54 "+55 (Brazil)" => 55 "+56 (Chile)" => 56 "+57 (Colombia)" => 57 "+58 (Venezuela)" => 58 "+60 (Malaysia)" => 60 "+61 (Australia)" => 61 "+62 (Indonesia)" => 62 "+63 (Philippines)" => 63 "+64 (New Zealand)" => 64 "+65 (Singapore)" => 65 "+66 (Thailand)" => 66 "+81 (Japan)" => 81 "+82 (South Korea)" => 82 "+84 (Vietnam)" => 84 "+86 (China)" => 86 "+90 (Turkey)" => 90 "+91 (India)" => 91 "+92 (Pakistan)" => 92 "+93 (Afghanistan)" => 93 "+94 (Sri Lanka)" => 94 "+95 (Myanmar)" => 95 "+98 (Iran)" => 98 "+212 (Morocco)" => 212 "+213 (Algeria)" => 213 "+216 (Tunisia)" => 216 "+218 (Libya)" => 218 "+220 (Gambia)" => 220 "+221 (Senegal)" => 221 "+222 (Mauritania)" => 222 "+223 (Mali)" => 223 "+224 (Guinea)" => 224 "+225 (Ivory Coast)" => 225 "+226 (Burkina Faso)" => 226 "+227 (Niger)" => 227 "+228 (Togo)" => 228 "+229 (Benin)" => 229 "+230 (Mauritius)" => 230 "+231 (Liberia)" => 231 "+232 (Sierra Leone)" => 232 "+233 (Ghana)" => 233 "+234 (Nigeria)" => 234 "+235 (Chad)" => 235 "+236 (Central African Republic)" => 236 "+237 (Cameroon)" => 237 "+238 (Cape Verde)" => 238 "+239 (São Tomé and Príncipe)" => 239 "+240 (Equatorial Guinea)" => 240 "+241 (Gabon)" => 241 "+242 (Republic of the Congo)" => 242 "+243 (Democratic Republic of the Congo)" => 243 "+244 (Angola)" => 244 "+245 (Guinea-Bissau)" => 245 "+246 (British Indian Ocean Territory)" => 246 "+248 (Seychelles)" => 248 "+249 (Sudan)" => 249 "+250 (Rwanda)" => 250 "+251 (Ethiopia)" => 251 "+252 (Somalia)" => 252 "+253 (Djibouti)" => 253 "+254 (Kenya)" => 254 "+255 (Tanzania)" => 255 "+256 (Uganda)" => 256 "+257 (Burundi)" => 257 "+258 (Mozambique)" => 258 "+260 (Zambia)" => 260 "+261 (Madagascar)" => 261 "+262 (Réunion)" => 262 "+263 (Zimbabwe)" => 263 "+264 (Namibia)" => 264 "+265 (Malawi)" => 265 "+266 (Lesotho)" => 266 "+267 (Botswana)" => 267 "+268 (Swaziland)" => 268 "+269 (Comoros)" => 269 "+290 (Saint Helena)" => 290 "+291 (Eritrea)" => 291 "+297 (Aruba)" => 297 "+298 (Faroe Islands)" => 298 "+299 (Greenland)" => 299 "+350 (Gibraltar)" => 350 "+351 (Portugal)" => 351 "+352 (Luxembourg)" => 352 "+353 (Ireland)" => 353 "+354 (Iceland)" => 354 "+355 (Albania)" => 355 "+356 (Malta)" => 356 "+357 (Cyprus)" => 357 "+358 (Finland)" => 358 "+359 (Bulgaria)" => 359 "+370 (Lithuania)" => 370 "+371 (Latvia)" => 371 "+372 (Estonia)" => 372 "+373 (Moldova)" => 373 "+374 (Armenia)" => 374 "+375 (Belarus)" => 375 "+376 (Andorra)" => 376 "+377 (Monaco)" => 377 "+378 (San Marino)" => 378 "+380 (Ukraine)" => 380 "+381 (Serbia)" => 381 "+382 (Montenegro)" => 382 "+383 (Kosovo)" => 383 "+385 (Croatia)" => 385 "+386 (Slovenia)" => 386 "+387 (Bosnia and Herzegovina)" => 387 "+389 (North Macedonia)" => 389 "+420 (Czech Republic)" => 420 "+421 (Slovakia)" => 421 "+423 (Liechtenstein)" => 423 "+500 (Falkland Islands)" => 500 "+501 (Belize)" => 501 "+502 (Guatemala)" => 502 "+503 (El Salvador)" => 503 "+504 (Honduras)" => 504 "+505 (Nicaragua)" => 505 "+506 (Costa Rica)" => 506 "+507 (Panama)" => 507 "+508 (Saint Pierre and Miquelon)" => 508 "+509 (Haiti)" => 509 "+590 (Guadeloupe)" => 590 "+591 (Bolivia)" => 591 "+592 (Guyana)" => 592 "+593 (Ecuador)" => 593 "+594 (French Guiana)" => 594 "+595 (Paraguay)" => 595 "+596 (Martinique)" => 596 "+597 (Suriname)" => 597 "+598 (Uruguay)" => 598 "+599 (Netherlands Antilles)" => 599 "+670 (East Timor)" => 670 "+672 (Antarctica)" => 672 "+673 (Brunei)" => 673 "+674 (Nauru)" => 674 "+675 (Papua New Guinea)" => 675 "+676 (Tonga)" => 676 "+677 (Solomon Islands)" => 677 "+678 (Vanuatu)" => 678 "+679 (Fiji)" => 679 "+680 (Palau)" => 680 "+681 (Wallis and Futuna)" => 681 "+682 (Cook Islands)" => 682 "+683 (Niue)" => 683 "+684 (American Samoa)" => 684 "+685 (Samoa)" => 685 "+686 (Kiribati)" => 686 "+687 (New Caledonia)" => 687 "+688 (Tuvalu)" => 688 "+689 (French Polynesia)" => 689 "+690 (Tokelau)" => 690 "+691 (Micronesia)" => 691 "+692 (Marshall Islands)" => 692 "+850 (North Korea)" => 850 "+852 (Hong Kong)" => 852 "+853 (Macau)" => 853 "+855 (Cambodia)" => 855 "+856 (Laos)" => 856 "+880 (Bangladesh)" => 880 "+886 (Taiwan)" => 886 "+960 (Maldives)" => 960 "+961 (Lebanon)" => 961 "+962 (Jordan)" => 962 "+963 (Syria)" => 963 "+964 (Iraq)" => 964 "+965 (Kuwait)" => 965 "+966 (Saudi Arabia)" => 966 "+967 (Yemen)" => 967 "+968 (Oman)" => 968 "+970 (Palestine)" => 970 "+971 (United Arab Emirates)" => 971 "+972 (Israel)" => 972 "+973 (Bahrain)" => 973 "+974 (Qatar)" => 974 "+975 (Bhutan)" => 975 "+976 (Mongolia)" => 976 "+977 (Nepal)" => 977 "+992 (Tajikistan)" => 992 "+993 (Turkmenistan)" => 993 "+994 (Azerbaijan)" => 994 "+995 (Georgia)" => 995 "+996 (Kyrgyzstan)" => 996 "+998 (Uzbekistan)" => 998 ] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data | "91" |
| 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 | "Country Code:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2649 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control country-code-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_countryCode" ] |
| cache_key | "_registration_form_countryCode_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +label: "+1 (United States/Canada)" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3780 +label: "+7 (Russia/Kazakhstan)" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3822 +label: "+20 (Egypt)" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +label: "+27 (South Africa)" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +label: "+30 (Greece)" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +label: "+31 (Netherlands)" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +label: "+32 (Belgium)" +value: "32" +data: 32 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +label: "+33 (France)" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3824 +label: "+34 (Spain)" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +label: "+36 (Hungary)" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +label: "+39 (Italy)" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +label: "+40 (Romania)" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +label: "+41 (Switzerland)" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +label: "+43 (Austria)" +value: "43" +data: 43 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +label: "+44 (United Kingdom)" +value: "44" +data: 44 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +label: "+45 (Denmark)" +value: "45" +data: 45 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +label: "+46 (Sweden)" +value: "46" +data: 46 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +label: "+47 (Norway)" +value: "47" +data: 47 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +label: "+48 (Poland)" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +label: "+49 (Germany)" +value: "49" +data: 49 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +label: "+51 (Peru)" +value: "51" +data: 51 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +label: "+52 (Mexico)" +value: "52" +data: 52 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +label: "+53 (Cuba)" +value: "53" +data: 53 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +label: "+54 (Argentina)" +value: "54" +data: 54 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +label: "+55 (Brazil)" +value: "55" +data: 55 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +label: "+56 (Chile)" +value: "56" +data: 56 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +label: "+57 (Colombia)" +value: "57" +data: 57 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +label: "+58 (Venezuela)" +value: "58" +data: 58 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +label: "+60 (Malaysia)" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +label: "+61 (Australia)" +value: "61" +data: 61 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +label: "+62 (Indonesia)" +value: "62" +data: 62 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +label: "+63 (Philippines)" +value: "63" +data: 63 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +label: "+64 (New Zealand)" +value: "64" +data: 64 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +label: "+65 (Singapore)" +value: "65" +data: 65 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +label: "+66 (Thailand)" +value: "66" +data: 66 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +label: "+81 (Japan)" +value: "81" +data: 81 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +label: "+82 (South Korea)" +value: "82" +data: 82 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +label: "+84 (Vietnam)" +value: "84" +data: 84 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +label: "+86 (China)" +value: "86" +data: 86 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +label: "+90 (Turkey)" +value: "90" +data: 90 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +label: "+91 (India)" +value: "91" +data: 91 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +label: "+92 (Pakistan)" +value: "92" +data: 92 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +label: "+93 (Afghanistan)" +value: "93" +data: 93 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +label: "+94 (Sri Lanka)" +value: "94" +data: 94 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +label: "+95 (Myanmar)" +value: "95" +data: 95 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +label: "+98 (Iran)" +value: "98" +data: 98 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +label: "+212 (Morocco)" +value: "212" +data: 212 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +label: "+213 (Algeria)" +value: "213" +data: 213 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +label: "+216 (Tunisia)" +value: "216" +data: 216 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +label: "+218 (Libya)" +value: "218" +data: 218 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +label: "+220 (Gambia)" +value: "220" +data: 220 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3769 +label: "+221 (Senegal)" +value: "221" +data: 221 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3768 +label: "+222 (Mauritania)" +value: "222" +data: 222 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3767 +label: "+223 (Mali)" +value: "223" +data: 223 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3777 +label: "+224 (Guinea)" +value: "224" +data: 224 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3776 +label: "+225 (Ivory Coast)" +value: "225" +data: 225 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3774 +label: "+226 (Burkina Faso)" +value: "226" +data: 226 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +label: "+227 (Niger)" +value: "227" +data: 227 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3778 +label: "+228 (Togo)" +value: "228" +data: 228 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3844 +label: "+229 (Benin)" +value: "229" +data: 229 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3843 +label: "+230 (Mauritius)" +value: "230" +data: 230 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3836 +label: "+231 (Liberia)" +value: "231" +data: 231 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +label: "+232 (Sierra Leone)" +value: "232" +data: 232 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +label: "+233 (Ghana)" +value: "233" +data: 233 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +label: "+234 (Nigeria)" +value: "234" +data: 234 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3823 +label: "+235 (Chad)" +value: "235" +data: 235 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3825 +label: "+236 (Central African Republic)" +value: "236" +data: 236 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +label: "+237 (Cameroon)" +value: "237" +data: 237 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +label: "+238 (Cape Verde)" +value: "238" +data: 238 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +label: "+239 (São Tomé and Príncipe)" +value: "239" +data: 239 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +label: "+240 (Equatorial Guinea)" +value: "240" +data: 240 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +label: "+241 (Gabon)" +value: "241" +data: 241 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +label: "+242 (Republic of the Congo)" +value: "242" +data: 242 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +label: "+243 (Democratic Republic of the Congo)" +value: "243" +data: 243 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +label: "+244 (Angola)" +value: "244" +data: 244 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +label: "+245 (Guinea-Bissau)" +value: "245" +data: 245 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +label: "+246 (British Indian Ocean Territory)" +value: "246" +data: 246 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +label: "+248 (Seychelles)" +value: "248" +data: 248 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +label: "+249 (Sudan)" +value: "249" +data: 249 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +label: "+250 (Rwanda)" +value: "250" +data: 250 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +label: "+251 (Ethiopia)" +value: "251" +data: 251 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +label: "+252 (Somalia)" +value: "252" +data: 252 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +label: "+253 (Djibouti)" +value: "253" +data: 253 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +label: "+254 (Kenya)" +value: "254" +data: 254 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +label: "+255 (Tanzania)" +value: "255" +data: 255 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +label: "+256 (Uganda)" +value: "256" +data: 256 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +label: "+257 (Burundi)" +value: "257" +data: 257 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +label: "+258 (Mozambique)" +value: "258" +data: 258 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +label: "+260 (Zambia)" +value: "260" +data: 260 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +label: "+261 (Madagascar)" +value: "261" +data: 261 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +label: "+262 (Réunion)" +value: "262" +data: 262 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +label: "+263 (Zimbabwe)" +value: "263" +data: 263 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +label: "+264 (Namibia)" +value: "264" +data: 264 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +label: "+265 (Malawi)" +value: "265" +data: 265 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +label: "+266 (Lesotho)" +value: "266" +data: 266 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +label: "+267 (Botswana)" +value: "267" +data: 267 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +label: "+268 (Swaziland)" +value: "268" +data: 268 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +label: "+269 (Comoros)" +value: "269" +data: 269 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +label: "+290 (Saint Helena)" +value: "290" +data: 290 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +label: "+291 (Eritrea)" +value: "291" +data: 291 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +label: "+297 (Aruba)" +value: "297" +data: 297 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +label: "+298 (Faroe Islands)" +value: "298" +data: 298 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +label: "+299 (Greenland)" +value: "299" +data: 299 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +label: "+350 (Gibraltar)" +value: "350" +data: 350 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +label: "+351 (Portugal)" +value: "351" +data: 351 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +label: "+352 (Luxembourg)" +value: "352" +data: 352 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +label: "+353 (Ireland)" +value: "353" +data: 353 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +label: "+354 (Iceland)" +value: "354" +data: 354 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +label: "+355 (Albania)" +value: "355" +data: 355 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +label: "+356 (Malta)" +value: "356" +data: 356 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +label: "+357 (Cyprus)" +value: "357" +data: 357 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +label: "+358 (Finland)" +value: "358" +data: 358 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +label: "+359 (Bulgaria)" +value: "359" +data: 359 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +label: "+370 (Lithuania)" +value: "370" +data: 370 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +label: "+371 (Latvia)" +value: "371" +data: 371 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +label: "+372 (Estonia)" +value: "372" +data: 372 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +label: "+373 (Moldova)" +value: "373" +data: 373 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +label: "+374 (Armenia)" +value: "374" +data: 374 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +label: "+375 (Belarus)" +value: "375" +data: 375 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +label: "+376 (Andorra)" +value: "376" +data: 376 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +label: "+377 (Monaco)" +value: "377" +data: 377 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +label: "+378 (San Marino)" +value: "378" +data: 378 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +label: "+380 (Ukraine)" +value: "380" +data: 380 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +label: "+381 (Serbia)" +value: "381" +data: 381 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +label: "+382 (Montenegro)" +value: "382" +data: 382 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +label: "+383 (Kosovo)" +value: "383" +data: 383 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +label: "+385 (Croatia)" +value: "385" +data: 385 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +label: "+386 (Slovenia)" +value: "386" +data: 386 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +label: "+387 (Bosnia and Herzegovina)" +value: "387" +data: 387 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +label: "+389 (North Macedonia)" +value: "389" +data: 389 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +label: "+420 (Czech Republic)" +value: "420" +data: 420 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +label: "+421 (Slovakia)" +value: "421" +data: 421 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +label: "+423 (Liechtenstein)" +value: "423" +data: 423 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +label: "+500 (Falkland Islands)" +value: "500" +data: 500 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +label: "+501 (Belize)" +value: "501" +data: 501 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +label: "+502 (Guatemala)" +value: "502" +data: 502 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +label: "+503 (El Salvador)" +value: "503" +data: 503 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +label: "+504 (Honduras)" +value: "504" +data: 504 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +label: "+505 (Nicaragua)" +value: "505" +data: 505 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4133 +label: "+506 (Costa Rica)" +value: "506" +data: 506 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +label: "+507 (Panama)" +value: "507" +data: 507 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +label: "+508 (Saint Pierre and Miquelon)" +value: "508" +data: 508 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +label: "+509 (Haiti)" +value: "509" +data: 509 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +label: "+590 (Guadeloupe)" +value: "590" +data: 590 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +label: "+591 (Bolivia)" +value: "591" +data: 591 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +label: "+592 (Guyana)" +value: "592" +data: 592 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +label: "+593 (Ecuador)" +value: "593" +data: 593 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +label: "+594 (French Guiana)" +value: "594" +data: 594 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +label: "+595 (Paraguay)" +value: "595" +data: 595 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +label: "+596 (Martinique)" +value: "596" +data: 596 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +label: "+597 (Suriname)" +value: "597" +data: 597 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +label: "+598 (Uruguay)" +value: "598" +data: 598 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +label: "+599 (Netherlands Antilles)" +value: "599" +data: 599 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +label: "+670 (East Timor)" +value: "670" +data: 670 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +label: "+672 (Antarctica)" +value: "672" +data: 672 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +label: "+673 (Brunei)" +value: "673" +data: 673 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +label: "+674 (Nauru)" +value: "674" +data: 674 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +label: "+675 (Papua New Guinea)" +value: "675" +data: 675 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +label: "+676 (Tonga)" +value: "676" +data: 676 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +label: "+677 (Solomon Islands)" +value: "677" +data: 677 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +label: "+678 (Vanuatu)" +value: "678" +data: 678 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +label: "+679 (Fiji)" +value: "679" +data: 679 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +label: "+680 (Palau)" +value: "680" +data: 680 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +label: "+681 (Wallis and Futuna)" +value: "681" +data: 681 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +label: "+682 (Cook Islands)" +value: "682" +data: 682 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +label: "+683 (Niue)" +value: "683" +data: 683 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +label: "+684 (American Samoa)" +value: "684" +data: 684 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +label: "+685 (Samoa)" +value: "685" +data: 685 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +label: "+686 (Kiribati)" +value: "686" +data: 686 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +label: "+687 (New Caledonia)" +value: "687" +data: 687 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +label: "+688 (Tuvalu)" +value: "688" +data: 688 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +label: "+689 (French Polynesia)" +value: "689" +data: 689 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4166 +label: "+690 (Tokelau)" +value: "690" +data: 690 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4167 +label: "+691 (Micronesia)" +value: "691" +data: 691 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +label: "+692 (Marshall Islands)" +value: "692" +data: 692 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +label: "+850 (North Korea)" +value: "850" +data: 850 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4170 +label: "+852 (Hong Kong)" +value: "852" +data: 852 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4171 +label: "+853 (Macau)" +value: "853" +data: 853 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4172 +label: "+855 (Cambodia)" +value: "855" +data: 855 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4173 +label: "+856 (Laos)" +value: "856" +data: 856 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4174 +label: "+880 (Bangladesh)" +value: "880" +data: 880 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4175 +label: "+886 (Taiwan)" +value: "886" +data: 886 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +label: "+960 (Maldives)" +value: "960" +data: 960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4177 +label: "+961 (Lebanon)" +value: "961" +data: 961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +label: "+962 (Jordan)" +value: "962" +data: 962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4179 +label: "+963 (Syria)" +value: "963" +data: 963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +label: "+964 (Iraq)" +value: "964" +data: 964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +label: "+965 (Kuwait)" +value: "965" +data: 965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +label: "+966 (Saudi Arabia)" +value: "966" +data: 966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +label: "+967 (Yemen)" +value: "967" +data: 967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4184 +label: "+968 (Oman)" +value: "968" +data: 968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4185 +label: "+970 (Palestine)" +value: "970" +data: 970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4186 +label: "+971 (United Arab Emirates)" +value: "971" +data: 971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4187 +label: "+972 (Israel)" +value: "972" +data: 972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4188 +label: "+973 (Bahrain)" +value: "973" +data: 973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +label: "+974 (Qatar)" +value: "974" +data: 974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +label: "+975 (Bhutan)" +value: "975" +data: 975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +label: "+976 (Mongolia)" +value: "976" +data: 976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4192 +label: "+977 (Nepal)" +value: "977" +data: 977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +label: "+992 (Tajikistan)" +value: "992" +data: 992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +label: "+993 (Turkmenistan)" +value: "993" +data: 993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +label: "+994 (Azerbaijan)" +value: "994" +data: 994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +label: "+995 (Georgia)" +value: "995" +data: 995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +label: "+996 (Kyrgyzstan)" +value: "996" +data: 996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +label: "+998 (Uzbekistan)" +value: "998" +data: 998 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | 1 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2896 -form: Symfony\Component\Form\Form {#2783 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4031 …5} |
| full_name | "registration_form[countryCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_countryCode" |
| is_selected | Closure($choice, $value) {#4200 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Country Code:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "countryCode" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_countryCode" |
| valid | true |
| value | "1" |
phone
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "+1-716-270-2493" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "title" => "Enter WhatsApp Enabled Phone Number" "maxlength" => 15 "placeholder" => "Enter phone number" ] |
[ "title" => "Enter WhatsApp Enabled Phone Number" "maxlength" => 15 "placeholder" => "Enter phone number" ] |
| label | "Phone Number:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "title" => "Enter WhatsApp Enabled Phone Number" "maxlength" => 15 "placeholder" => "Enter phone number" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2661 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 | "Phone Number:" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2663 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2662 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "title" => "Enter WhatsApp Enabled Phone Number" "maxlength" => 15 "placeholder" => "Enter phone number" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_phone" ] |
| cache_key | "_registration_form_phone_text" |
| compound | false |
| data | "+1-716-270-2493" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4201 -form: Symfony\Component\Form\Form {#2786 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4202 …5} |
| full_name | "registration_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phone" |
| label | "Phone Number:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_phone" |
| valid | true |
| value | "+1-716-270-2493" |
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "srpdwuuevw" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 190 ] |
[ "maxlength" => 190 ] |
| label | "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 | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2670 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 | "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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2671 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstname" ] |
| cache_key | "_registration_form_firstname_text" |
| compound | false |
| data | "srpdwuuevw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4204 -form: Symfony\Component\Form\Form {#2789 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4203 …5} |
| full_name | "registration_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstname" |
| label | "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 | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_firstname" |
| valid | true |
| value | "srpdwuuevw" |
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "dpmvjywrvl" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 190 ] |
[ "maxlength" => 190 ] |
| label | "Last Name:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2679 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 | "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 | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2680 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 190 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastname" ] |
| cache_key | "_registration_form_lastname_text" |
| compound | false |
| data | "dpmvjywrvl" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4206 -form: Symfony\Component\Form\Form {#2792 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4205 …5} |
| full_name | "registration_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastname" |
| label | "Last Name:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_lastname" |
| valid | true |
| value | "dpmvjywrvl" |
couponCode
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "kmqqfxdett" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 "placeholder" => "Enter coupon code (optional)" ] |
[ "maxlength" => 50 "placeholder" => "Enter coupon code (optional)" ] |
| label | "Coupon Code:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "placeholder" => "Enter coupon code (optional)" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2688 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 | "Coupon Code:" |
| 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 | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2689 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "placeholder" => "Enter coupon code (optional)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_couponCode" ] |
| cache_key | "_registration_form_couponCode_text" |
| compound | false |
| data | "kmqqfxdett" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4208 -form: Symfony\Component\Form\Form {#2795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4207 …5} |
| full_name | "registration_form[couponCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_couponCode" |
| label | "Coupon Code:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "couponCode" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_couponCode" |
| valid | true |
| value | "kmqqfxdett" |
AgentID
Errors
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"Select an Agent"
|
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "Select an Agent" => "" "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
[ "Select an Agent" => "" "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
| label | "Agent ID" |
same as passed value |
| placeholder | "Select an Agent" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Select an Agent" => "" "PRDBWY - Kishore" => "PRDBWY" "6M5EKF - Kishoreq" => "6M5EKF" "SQVLXF - Vijay" => "SQVLXF" ] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| 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 | "Agent ID" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select an Agent" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2697 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_AgentID" ] |
| cache_key | "_registration_form_AgentID_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +label: "Select an Agent" +value: "" +data: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +label: "PRDBWY - Kishore" +value: "PRDBWY" +data: "PRDBWY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +label: "6M5EKF - Kishoreq" +value: "6M5EKF" +data: "6M5EKF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +label: "SQVLXF - Vijay" +value: "SQVLXF" +data: "SQVLXF" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4210 -form: Symfony\Component\Form\Form {#2798 …} -errors: [ Symfony\Component\Form\FormError {#4054 #messageTemplate: "The selected choice is invalid." #messageParameters: [ "{{ value }}" => "Select an Agent" ] #messagePluralization: null -message: "The selected choice is invalid." -cause: Symfony\Component\Validator\ConstraintViolation {#4059 root: Symfony\Component\Form\Form {#2777 …} path: "children[AgentID]" value: "Select an Agent" } -origin: Symfony\Component\Form\Form {#2798 …} } ] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4209 …5} |
| full_name | "registration_form[AgentID]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_AgentID" |
| is_selected | Closure($choice, $value) {#4216 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Agent ID" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "AgentID" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_AgentID" |
| valid | false |
| value | "Select an Agent" |
recaptchaToken
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "vwlpkzdu" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
false
|
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 | [] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2712 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() {#2714 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2713 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_registration_form_recaptchaToken" ] |
| cache_key | "_registration_form_recaptchaToken_hidden" |
| compound | false |
| data | "vwlpkzdu" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4217 -form: Symfony\Component\Form\Form {#2801 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4218 …5} |
| full_name | "registration_form[recaptchaToken]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_recaptchaToken" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptchaToken" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_recaptchaToken" |
| valid | true |
| value | "vwlpkzdu" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "nuzpiwperpku" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 4096 ] |
[ "maxlength" => 4096 ] |
| label | "Password:" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "maxlength" => 4096 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2726 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Password:" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2727 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 4096 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password" ] |
| cache_key | "_registration_form_password_password" |
| compound | false |
| data | "nuzpiwperpku" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4220 -form: Symfony\Component\Form\Form {#2804 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4219 …5} |
| full_name | "registration_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password" |
| label | "Password:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password" |
| valid | true |
| value | "" |
newsletter
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | true |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "general.newsletter" |
same as passed value |
| label_attr | [ "class" => "checkbox-custom" ] |
[ "class" => "checkbox-custom" ] |
| required | false |
false
|
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 | [] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2739 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 {#2738 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "general.newsletter" |
| label_attr | [ "class" => "checkbox-custom" ] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2736 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_newsletter" ] |
| cache_key | "_registration_form_newsletter_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4222 -form: Symfony\Component\Form\Form {#2807 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4221 …5} |
| full_name | "registration_form[newsletter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_newsletter" |
| label | "general.newsletter" |
| label_attr | [ "class" => "checkbox-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletter" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_newsletter" |
| valid | true |
| value | "1" |
profiling
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | true |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "general.profiling" |
same as passed value |
| label_attr | [ "class" => "checkbox-custom" ] |
[ "class" => "checkbox-custom" ] |
| required | false |
false
|
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 | [] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2739 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 {#2738 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "general.profiling" |
| label_attr | [ "class" => "checkbox-custom" ] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2750 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_profiling" ] |
| cache_key | "_registration_form_profiling_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4224 -form: Symfony\Component\Form\Form {#2810 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4223 …5} |
| full_name | "registration_form[profiling]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_profiling" |
| label | "general.profiling" |
| label_attr | [ "class" => "checkbox-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "profiling" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_profiling" |
| valid | true |
| value | "1" |
oAuthKey
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "iuukfhfy" |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
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 | [] |
| 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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2758 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#2759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_registration_form_oAuthKey" ] |
| cache_key | "_registration_form_oAuthKey_hidden" |
| compound | false |
| data | "iuukfhfy" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4226 -form: Symfony\Component\Form\Form {#2813 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4225 …5} |
| full_name | "registration_form[oAuthKey]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_oAuthKey" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "oAuthKey" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_registration_form_oAuthKey" |
| valid | true |
| value | "iuukfhfy" |
_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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-lg btn-block btn-success" ] |
[ "class" => "btn btn-lg btn-block btn-success" ] |
| label | "Register" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-lg btn-block btn-success" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Register" |
| 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 | [ "class" => "btn btn-lg btn-block btn-success" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_registration_form__submit" ] |
| cache_key | "_registration_form__submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4227 …5} |
| full_name | "registration_form[_submit]" |
| id | "registration_form__submit" |
| label | "Register" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "_submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_registration_form__submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "75b46e18cf4c04808232d03f.t0tm0XxbuMuGdL-2PrjoTqigttm7b0QfSRJ_fPMeGlU._jkC4DsVzLv2ENfdfc2ECOrw7-7oKSUrLEclDJlcTA_FB1HlCCuLgOwF9g" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "75b46e18cf4c04808232d03f.t0tm0XxbuMuGdL-2PrjoTqigttm7b0QfSRJ_fPMeGlU._jkC4DsVzLv2ENfdfc2ECOrw7-7oKSUrLEclDJlcTA_FB1HlCCuLgOwF9g" |
same as passed value |
| mapped | false |
false
|
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 | "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\CsrfTokenManager {#2515 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2516 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2514 …} } |
| data | "75b46e18cf4c04808232d03f.t0tm0XxbuMuGdL-2PrjoTqigttm7b0QfSRJ_fPMeGlU._jkC4DsVzLv2ENfdfc2ECOrw7-7oKSUrLEclDJlcTA_FB1HlCCuLgOwF9g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4056 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() {#4229 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#612 …} $message: Closure() {#4228 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "75b46e18cf4c04808232d03f.t0tm0XxbuMuGdL-2PrjoTqigttm7b0QfSRJ_fPMeGlU._jkC4DsVzLv2ENfdfc2ECOrw7-7oKSUrLEclDJlcTA_FB1HlCCuLgOwF9g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4239 -form: Symfony\Component\Form\Form {#4235 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4230 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__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 | "_registration_form__token" |
| valid | true |
| value | "75b46e18cf4c04808232d03f.t0tm0XxbuMuGdL-2PrjoTqigttm7b0QfSRJ_fPMeGlU._jkC4DsVzLv2ENfdfc2ECOrw7-7oKSUrLEclDJlcTA_FB1HlCCuLgOwF9g" |