Forms
-
registration_form
-
email
-
countryCode
-
phone
-
firstname
-
lastname
-
couponCode
-
AgentID
-
recaptchaToken
-
password
-
newsletter
-
profiling
-
oAuthKey
-
_submit
-
_token
-
registration_form
"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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2611 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() {#2613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#450 …} $message: Closure() {#2612 …} $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 | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2673 -form: Symfony\Component\Form\Form {#2777 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2614 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | [] |
"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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2629 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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2715 -form: Symfony\Component\Form\Form {#2780 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2699 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_email" |
valid | true |
value | "" |
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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 {#2748 +label: "+1 (United States/Canada)" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "+7 (Russia/Kazakhstan)" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "+20 (Egypt)" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "+27 (South Africa)" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "+30 (Greece)" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "+31 (Netherlands)" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "+32 (Belgium)" +value: "32" +data: 32 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "+33 (France)" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "+34 (Spain)" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "+36 (Hungary)" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "+39 (Italy)" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "+40 (Romania)" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "+41 (Switzerland)" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "+43 (Austria)" +value: "43" +data: 43 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "+44 (United Kingdom)" +value: "44" +data: 44 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "+45 (Denmark)" +value: "45" +data: 45 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "+46 (Sweden)" +value: "46" +data: 46 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "+47 (Norway)" +value: "47" +data: 47 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "+48 (Poland)" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "+49 (Germany)" +value: "49" +data: 49 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "+51 (Peru)" +value: "51" +data: 51 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "+52 (Mexico)" +value: "52" +data: 52 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "+53 (Cuba)" +value: "53" +data: 53 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "+54 (Argentina)" +value: "54" +data: 54 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "+55 (Brazil)" +value: "55" +data: 55 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "+56 (Chile)" +value: "56" +data: 56 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "+57 (Colombia)" +value: "57" +data: 57 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "+58 (Venezuela)" +value: "58" +data: 58 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "+60 (Malaysia)" +value: "60" +data: 60 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "+61 (Australia)" +value: "61" +data: 61 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "+62 (Indonesia)" +value: "62" +data: 62 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "+63 (Philippines)" +value: "63" +data: 63 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "+64 (New Zealand)" +value: "64" +data: 64 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "+65 (Singapore)" +value: "65" +data: 65 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "+66 (Thailand)" +value: "66" +data: 66 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "+81 (Japan)" +value: "81" +data: 81 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "+82 (South Korea)" +value: "82" +data: 82 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "+84 (Vietnam)" +value: "84" +data: 84 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "+86 (China)" +value: "86" +data: 86 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "+90 (Turkey)" +value: "90" +data: 90 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "+91 (India)" +value: "91" +data: 91 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "+92 (Pakistan)" +value: "92" +data: 92 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "+93 (Afghanistan)" +value: "93" +data: 93 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "+94 (Sri Lanka)" +value: "94" +data: 94 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "+95 (Myanmar)" +value: "95" +data: 95 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "+98 (Iran)" +value: "98" +data: 98 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "+212 (Morocco)" +value: "212" +data: 212 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "+213 (Algeria)" +value: "213" +data: 213 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "+216 (Tunisia)" +value: "216" +data: 216 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "+218 (Libya)" +value: "218" +data: 218 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "+220 (Gambia)" +value: "220" +data: 220 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "+221 (Senegal)" +value: "221" +data: 221 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "+222 (Mauritania)" +value: "222" +data: 222 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "+223 (Mali)" +value: "223" +data: 223 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "+224 (Guinea)" +value: "224" +data: 224 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "+225 (Ivory Coast)" +value: "225" +data: 225 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "+226 (Burkina Faso)" +value: "226" +data: 226 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "+227 (Niger)" +value: "227" +data: 227 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "+228 (Togo)" +value: "228" +data: 228 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "+229 (Benin)" +value: "229" +data: 229 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "+230 (Mauritius)" +value: "230" +data: 230 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "+231 (Liberia)" +value: "231" +data: 231 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "+232 (Sierra Leone)" +value: "232" +data: 232 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "+233 (Ghana)" +value: "233" +data: 233 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "+234 (Nigeria)" +value: "234" +data: 234 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "+235 (Chad)" +value: "235" +data: 235 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "+236 (Central African Republic)" +value: "236" +data: 236 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "+237 (Cameroon)" +value: "237" +data: 237 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "+238 (Cape Verde)" +value: "238" +data: 238 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "+239 (São Tomé and Príncipe)" +value: "239" +data: 239 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "+240 (Equatorial Guinea)" +value: "240" +data: 240 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "+241 (Gabon)" +value: "241" +data: 241 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "+242 (Republic of the Congo)" +value: "242" +data: 242 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "+243 (Democratic Republic of the Congo)" +value: "243" +data: 243 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "+244 (Angola)" +value: "244" +data: 244 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "+245 (Guinea-Bissau)" +value: "245" +data: 245 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "+246 (British Indian Ocean Territory)" +value: "246" +data: 246 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "+248 (Seychelles)" +value: "248" +data: 248 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "+249 (Sudan)" +value: "249" +data: 249 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "+250 (Rwanda)" +value: "250" +data: 250 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "+251 (Ethiopia)" +value: "251" +data: 251 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "+252 (Somalia)" +value: "252" +data: 252 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "+253 (Djibouti)" +value: "253" +data: 253 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "+254 (Kenya)" +value: "254" +data: 254 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "+255 (Tanzania)" +value: "255" +data: 255 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "+256 (Uganda)" +value: "256" +data: 256 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "+257 (Burundi)" +value: "257" +data: 257 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "+258 (Mozambique)" +value: "258" +data: 258 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "+260 (Zambia)" +value: "260" +data: 260 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "+261 (Madagascar)" +value: "261" +data: 261 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "+262 (Réunion)" +value: "262" +data: 262 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "+263 (Zimbabwe)" +value: "263" +data: 263 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "+264 (Namibia)" +value: "264" +data: 264 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "+265 (Malawi)" +value: "265" +data: 265 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "+266 (Lesotho)" +value: "266" +data: 266 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "+267 (Botswana)" +value: "267" +data: 267 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "+268 (Swaziland)" +value: "268" +data: 268 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "+269 (Comoros)" +value: "269" +data: 269 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "+290 (Saint Helena)" +value: "290" +data: 290 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "+291 (Eritrea)" +value: "291" +data: 291 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "+297 (Aruba)" +value: "297" +data: 297 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "+298 (Faroe Islands)" +value: "298" +data: 298 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "+299 (Greenland)" +value: "299" +data: 299 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "+350 (Gibraltar)" +value: "350" +data: 350 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "+351 (Portugal)" +value: "351" +data: 351 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "+352 (Luxembourg)" +value: "352" +data: 352 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "+353 (Ireland)" +value: "353" +data: 353 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "+354 (Iceland)" +value: "354" +data: 354 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "+355 (Albania)" +value: "355" +data: 355 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "+356 (Malta)" +value: "356" +data: 356 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "+357 (Cyprus)" +value: "357" +data: 357 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "+358 (Finland)" +value: "358" +data: 358 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "+359 (Bulgaria)" +value: "359" +data: 359 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "+370 (Lithuania)" +value: "370" +data: 370 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "+371 (Latvia)" +value: "371" +data: 371 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "+372 (Estonia)" +value: "372" +data: 372 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "+373 (Moldova)" +value: "373" +data: 373 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "+374 (Armenia)" +value: "374" +data: 374 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "+375 (Belarus)" +value: "375" +data: 375 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "+376 (Andorra)" +value: "376" +data: 376 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "+377 (Monaco)" +value: "377" +data: 377 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "+378 (San Marino)" +value: "378" +data: 378 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "+380 (Ukraine)" +value: "380" +data: 380 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "+381 (Serbia)" +value: "381" +data: 381 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "+382 (Montenegro)" +value: "382" +data: 382 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "+383 (Kosovo)" +value: "383" +data: 383 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "+385 (Croatia)" +value: "385" +data: 385 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "+386 (Slovenia)" +value: "386" +data: 386 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "+387 (Bosnia and Herzegovina)" +value: "387" +data: 387 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "+389 (North Macedonia)" +value: "389" +data: 389 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "+420 (Czech Republic)" +value: "420" +data: 420 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "+421 (Slovakia)" +value: "421" +data: 421 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "+423 (Liechtenstein)" +value: "423" +data: 423 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "+500 (Falkland Islands)" +value: "500" +data: 500 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "+501 (Belize)" +value: "501" +data: 501 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "+502 (Guatemala)" +value: "502" +data: 502 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "+503 (El Salvador)" +value: "503" +data: 503 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "+504 (Honduras)" +value: "504" +data: 504 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "+505 (Nicaragua)" +value: "505" +data: 505 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "+506 (Costa Rica)" +value: "506" +data: 506 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "+507 (Panama)" +value: "507" +data: 507 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "+508 (Saint Pierre and Miquelon)" +value: "508" +data: 508 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "+509 (Haiti)" +value: "509" +data: 509 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "+590 (Guadeloupe)" +value: "590" +data: 590 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "+591 (Bolivia)" +value: "591" +data: 591 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "+592 (Guyana)" +value: "592" +data: 592 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "+593 (Ecuador)" +value: "593" +data: 593 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "+594 (French Guiana)" +value: "594" +data: 594 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "+595 (Paraguay)" +value: "595" +data: 595 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "+596 (Martinique)" +value: "596" +data: 596 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "+597 (Suriname)" +value: "597" +data: 597 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "+598 (Uruguay)" +value: "598" +data: 598 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "+599 (Netherlands Antilles)" +value: "599" +data: 599 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "+670 (East Timor)" +value: "670" +data: 670 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "+672 (Antarctica)" +value: "672" +data: 672 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "+673 (Brunei)" +value: "673" +data: 673 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "+674 (Nauru)" +value: "674" +data: 674 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "+675 (Papua New Guinea)" +value: "675" +data: 675 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "+676 (Tonga)" +value: "676" +data: 676 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "+677 (Solomon Islands)" +value: "677" +data: 677 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "+678 (Vanuatu)" +value: "678" +data: 678 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "+679 (Fiji)" +value: "679" +data: 679 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "+680 (Palau)" +value: "680" +data: 680 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "+681 (Wallis and Futuna)" +value: "681" +data: 681 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "+682 (Cook Islands)" +value: "682" +data: 682 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "+683 (Niue)" +value: "683" +data: 683 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +label: "+684 (American Samoa)" +value: "684" +data: 684 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "+685 (Samoa)" +value: "685" +data: 685 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "+686 (Kiribati)" +value: "686" +data: 686 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "+687 (New Caledonia)" +value: "687" +data: 687 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "+688 (Tuvalu)" +value: "688" +data: 688 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "+689 (French Polynesia)" +value: "689" +data: 689 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +label: "+690 (Tokelau)" +value: "690" +data: 690 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "+691 (Micronesia)" +value: "691" +data: 691 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "+692 (Marshall Islands)" +value: "692" +data: 692 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +label: "+850 (North Korea)" +value: "850" +data: 850 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3014 +label: "+852 (Hong Kong)" +value: "852" +data: 852 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +label: "+853 (Macau)" +value: "853" +data: 853 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "+855 (Cambodia)" +value: "855" +data: 855 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "+856 (Laos)" +value: "856" +data: 856 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +label: "+880 (Bangladesh)" +value: "880" +data: 880 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "+886 (Taiwan)" +value: "886" +data: 886 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "+960 (Maldives)" +value: "960" +data: 960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "+961 (Lebanon)" +value: "961" +data: 961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3022 +label: "+962 (Jordan)" +value: "962" +data: 962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +label: "+963 (Syria)" +value: "963" +data: 963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +label: "+964 (Iraq)" +value: "964" +data: 964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +label: "+965 (Kuwait)" +value: "965" +data: 965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3026 +label: "+966 (Saudi Arabia)" +value: "966" +data: 966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +label: "+967 (Yemen)" +value: "967" +data: 967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3028 +label: "+968 (Oman)" +value: "968" +data: 968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "+970 (Palestine)" +value: "970" +data: 970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "+971 (United Arab Emirates)" +value: "971" +data: 971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "+972 (Israel)" +value: "972" +data: 972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "+973 (Bahrain)" +value: "973" +data: 973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "+974 (Qatar)" +value: "974" +data: 974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +label: "+975 (Bhutan)" +value: "975" +data: 975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "+976 (Mongolia)" +value: "976" +data: 976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +label: "+977 (Nepal)" +value: "977" +data: 977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +label: "+992 (Tajikistan)" +value: "992" +data: 992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +label: "+993 (Turkmenistan)" +value: "993" +data: 993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3039 +label: "+994 (Azerbaijan)" +value: "994" +data: 994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "+995 (Georgia)" +value: "995" +data: 995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3041 +label: "+996 (Kyrgyzstan)" +value: "996" +data: 996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "+998 (Uzbekistan)" +value: "998" +data: 998 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "91" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2723 -form: Symfony\Component\Form\Form {#2783 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2734 …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) {#3044 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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_countryCode" |
valid | true |
value | "91" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3045 -form: Symfony\Component\Form\Form {#2786 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3046 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_phone" |
valid | true |
value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3047 -form: Symfony\Component\Form\Form {#2789 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3048 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_firstname" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3049 -form: Symfony\Component\Form\Form {#2792 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3050 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_lastname" |
valid | true |
value | "" |
couponCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3051 -form: Symfony\Component\Form\Form {#2795 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3052 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_couponCode" |
valid | true |
value | "" |
AgentID
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 {#3055 +label: "Select an Agent" +value: "" +data: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3056 +label: "PRDBWY - Kishore" +value: "PRDBWY" +data: "PRDBWY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3057 +label: "6M5EKF - Kishoreq" +value: "6M5EKF" +data: "6M5EKF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3058 +label: "SQVLXF - Vijay" +value: "SQVLXF" +data: "SQVLXF" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3053 -form: Symfony\Component\Form\Form {#2798 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3054 …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) {#3060 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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_AgentID" |
valid | true |
value | "" |
recaptchaToken
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3061 -form: Symfony\Component\Form\Form {#2801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3062 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_recaptchaToken" |
valid | true |
value | "" |
password
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2721 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() {#2724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#450 …} $message: Closure() {#2722 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3063 -form: Symfony\Component\Form\Form {#2804 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3064 …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 | false |
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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2736 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 {#2735 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() {#2740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#450 …} $message: Closure() {#2742 …} $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 | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3065 -form: Symfony\Component\Form\Form {#2807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3066 …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 | false |
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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2736 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 {#2735 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 {#450 …} $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 | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3067 -form: Symfony\Component\Form\Form {#2810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3068 …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 | false |
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
This form was not submitted.
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
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 {#450 …} $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 | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3069 -form: Symfony\Component\Form\Form {#2813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3070 …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 | false |
translation_domain | null |
unique_block_prefix | "_registration_form_oAuthKey" |
valid | true |
value | "" |
_submit
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#3072 …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 | "105dc91ec38c27d9e2eea807acfebea.vj0s_gCEjExYitfxvaSuHlTGKbPRpbGnOG40JGoiBXI.hnFJs2W0_Dhg-eaE5Z33SwW3U9em9onlXBhgaCFIaCHsR0uOZdDrDQ3vkg" |
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 | "105dc91ec38c27d9e2eea807acfebea.vj0s_gCEjExYitfxvaSuHlTGKbPRpbGnOG40JGoiBXI.hnFJs2W0_Dhg-eaE5Z33SwW3U9em9onlXBhgaCFIaCHsR0uOZdDrDQ3vkg" |
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 {#2583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2274 …} -namespace: Closure() {#2586 …} } |
data | "105dc91ec38c27d9e2eea807acfebea.vj0s_gCEjExYitfxvaSuHlTGKbPRpbGnOG40JGoiBXI.hnFJs2W0_Dhg-eaE5Z33SwW3U9em9onlXBhgaCFIaCHsR0uOZdDrDQ3vkg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2682 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() {#3073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#450 …} $message: Closure() {#3071 …} $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 | "105dc91ec38c27d9e2eea807acfebea.vj0s_gCEjExYitfxvaSuHlTGKbPRpbGnOG40JGoiBXI.hnFJs2W0_Dhg-eaE5Z33SwW3U9em9onlXBhgaCFIaCHsR0uOZdDrDQ3vkg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3083 -form: Symfony\Component\Form\Form {#3079 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3074 …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 | "105dc91ec38c27d9e2eea807acfebea.vj0s_gCEjExYitfxvaSuHlTGKbPRpbGnOG40JGoiBXI.hnFJs2W0_Dhg-eaE5Z33SwW3U9em9onlXBhgaCFIaCHsR0uOZdDrDQ3vkg" |