Forms
-
form
-
firstname
-
lastname
-
organisation
-
add1
-
add2
-
add3
-
city
-
county
-
postcode
-
countrycode
-
telephone
-
mobile
-
email
-
first
-
second
-
-
password
-
first
-
second
-
-
promoemail
-
recaptcha
-
register
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
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
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 | 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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#181 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 | "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() {#504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#217 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#878 -errors: [] -form: Symfony\Component\Form\Form {#837 …} } |
form | Symfony\Component\Form\FormView {#119 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | null |
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 |
---|---|---|
label | "Firstname" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 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 | "Firstname" |
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() {#661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#662 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_firstname" ] |
cache_key | "_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#677 -errors: [] -form: Symfony\Component\Form\Form {#896 …} } |
form | Symfony\Component\Form\FormView {#125 …5} |
full_name | "form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_firstname" |
label | "Firstname" |
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 | "_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 |
---|---|---|
label | "Lastname" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#578 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 | "Lastname" |
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() {#549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#577 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_lastname" ] |
cache_key | "_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#686 -errors: [] -form: Symfony\Component\Form\Form {#893 …} } |
form | Symfony\Component\Form\FormView {#697 …5} |
full_name | "form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_lastname" |
label | "Lastname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_lastname" |
valid | true |
value | "" |
organisation
"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 |
---|---|---|
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#193 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#137 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_organisation" ] |
cache_key | "_form_organisation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#711 -errors: [] -form: Symfony\Component\Form\Form {#890 …} } |
form | Symfony\Component\Form\FormView {#720 …5} |
full_name | "form[organisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_organisation" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "organisation" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_organisation" |
valid | true |
value | "" |
add1
"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" => 64 ] |
[ "maxlength" => 64 ] |
label | "Address Line 1" |
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" => 64 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#665 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 | "Address Line 1" |
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() {#667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#666 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 64 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_add1" ] |
cache_key | "_form_add1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#836 -errors: [] -form: Symfony\Component\Form\Form {#899 …} } |
form | Symfony\Component\Form\FormView {#821 …5} |
full_name | "form[add1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_add1" |
label | "Address Line 1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_add1" |
valid | true |
value | "" |
add2
"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" => 64 ] |
[ "maxlength" => 64 ] |
label | "Address Line 2" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 64 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#674 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 | "Address Line 2" |
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() {#676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#675 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 64 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_add2" ] |
cache_key | "_form_add2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#798 -errors: [] -form: Symfony\Component\Form\Form {#902 …} } |
form | Symfony\Component\Form\FormView {#791 …5} |
full_name | "form[add2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_add2" |
label | "Address Line 2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_add2" |
valid | true |
value | "" |
add3
"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" => 64 ] |
[ "maxlength" => 64 ] |
label | "Address Line 3" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 64 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#683 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 | "Address Line 3" |
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() {#685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#684 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 64 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_add3" ] |
cache_key | "_form_add3_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#924 -errors: [] -form: Symfony\Component\Form\Form {#865 …} } |
form | Symfony\Component\Form\FormView {#916 …5} |
full_name | "form[add3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_add3" |
label | "Address Line 3" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add3" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_add3" |
valid | true |
value | "" |
city
"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" => 32 ] |
[ "maxlength" => 32 ] |
label | "City" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 32 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#692 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 | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#695 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 32 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_city" ] |
cache_key | "_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#778 -errors: [] -form: Symfony\Component\Form\Form {#862 …} } |
form | Symfony\Component\Form\FormView {#757 …5} |
full_name | "form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_city" |
label | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_city" |
valid | true |
value | "" |
county
"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" => 32 ] |
[ "maxlength" => 32 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 32 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#708 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 | 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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#709 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 32 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_county" ] |
cache_key | "_form_county_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#741 -errors: [] -form: Symfony\Component\Form\Form {#859 …} } |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "form[county]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_county" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "county" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_county" |
valid | true |
value | "" |
postcode
"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" => 24 ] |
[ "maxlength" => 24 ] |
label | "Postcode" |
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" => 24 ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#717 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 | "Postcode" |
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() {#719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#718 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 24 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_postcode" ] |
cache_key | "_form_postcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#886 -errors: [] -form: Symfony\Component\Form\Form {#856 …} } |
form | Symfony\Component\Form\FormView {#656 …5} |
full_name | "form[postcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_postcode" |
label | "Postcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postcode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_postcode" |
valid | true |
value | "" |
countrycode
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "GB" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Afghanistan" => "AF" "Aland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua and Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia (Plurinational State of)" => "BO" "Bonaire, Sint Eustatius and Saba" => "BQ" "Bosnia and Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "Brunei Darussalam" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cabo Verde" => "CV" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo" => "CG" "Congo (Democratic Republic of)" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Cote d'Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curacao" => "CW" "Cyprus" => "CY" "Czech Republic" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Ethiopia" => "ET" "Falkland Islands (Malvinas)" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard Island and McDonald Island" => "HM" "Holy See" => "VA" "Honduras" => "HN" "Hong Kong" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran (Islamic Republic of)" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Korea (Democratic People's Rep)" => "KP" "Korea (Republic of)" => "KR" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Lao People's Democratic Republic" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao" => "MO" "Macedonia" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia (Federated States of)" => "FM" "Moldova (Republic of)" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestine, State of" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Reunion" => "RE" "Romania" => "RO" "Russian Federation" => "RU" "Rwanda" => "RW" "Saint Barthelemy" => "BL" "Saint Helena, Ascension and Tris" => "SH" "Saint Kitts and Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin (French part)" => "MF" "Saint Pierre and Miquelon" => "PM" "Saint Vincent and the Grenadines" => "VC" "Samoa" => "WS" "San Marino" => "SM" "Sao Tome and Principe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten (Dutch part)" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia and the South Sand" => "GS" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "Sudan" => "SD" "Suriname" => "SR" "Svalbard and Jan Mayen" => "SJ" "Swaziland" => "SZ" "Sweden" => "SE" "Switzerland" => "CH" "Syrian Arab Republic" => "SY" "Taiwan, Province of China" => "TW" "Tajikistan" => "TJ" "Tanzania, United Republic of" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad and Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks and Caicos Islands" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States of America" => "US" "United States Minor Outlying Isl" => "UM" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela (Bolivarian Republic)" => "VE" "Viet Nam" => "VN" "Virgin Islands (British)" => "VG" "Virgin Islands (U.S.)" => "VI" "Wallis and Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
[ "Afghanistan" => "AF" "Aland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua and Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia (Plurinational State of)" => "BO" "Bonaire, Sint Eustatius and Saba" => "BQ" "Bosnia and Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "Brunei Darussalam" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cabo Verde" => "CV" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo" => "CG" "Congo (Democratic Republic of)" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Cote d'Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curacao" => "CW" "Cyprus" => "CY" "Czech Republic" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Ethiopia" => "ET" "Falkland Islands (Malvinas)" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard Island and McDonald Island" => "HM" "Holy See" => "VA" "Honduras" => "HN" "Hong Kong" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran (Islamic Republic of)" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Korea (Democratic People's Rep)" => "KP" "Korea (Republic of)" => "KR" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Lao People's Democratic Republic" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao" => "MO" "Macedonia" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia (Federated States of)" => "FM" "Moldova (Republic of)" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestine, State of" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Reunion" => "RE" "Romania" => "RO" "Russian Federation" => "RU" "Rwanda" => "RW" "Saint Barthelemy" => "BL" "Saint Helena, Ascension and Tris" => "SH" "Saint Kitts and Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin (French part)" => "MF" "Saint Pierre and Miquelon" => "PM" "Saint Vincent and the Grenadines" => "VC" "Samoa" => "WS" "San Marino" => "SM" "Sao Tome and Principe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten (Dutch part)" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia and the South Sand" => "GS" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "Sudan" => "SD" "Suriname" => "SR" "Svalbard and Jan Mayen" => "SJ" "Swaziland" => "SZ" "Sweden" => "SE" "Switzerland" => "CH" "Syrian Arab Republic" => "SY" "Taiwan, Province of China" => "TW" "Tajikistan" => "TJ" "Tanzania, United Republic of" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad and Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks and Caicos Islands" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States of America" => "US" "United States Minor Outlying Isl" => "UM" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela (Bolivarian Republic)" => "VE" "Viet Nam" => "VN" "Virgin Islands (British)" => "VG" "Virgin Islands (U.S.)" => "VI" "Wallis and Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
data | "GB" |
same as passed value |
label | "Country" |
same as passed value |
multiple | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Afghanistan" => "AF" "Aland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua and Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia (Plurinational State of)" => "BO" "Bonaire, Sint Eustatius and Saba" => "BQ" "Bosnia and Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "Brunei Darussalam" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cabo Verde" => "CV" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo" => "CG" "Congo (Democratic Republic of)" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Cote d'Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curacao" => "CW" "Cyprus" => "CY" "Czech Republic" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Ethiopia" => "ET" "Falkland Islands (Malvinas)" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard Island and McDonald Island" => "HM" "Holy See" => "VA" "Honduras" => "HN" "Hong Kong" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran (Islamic Republic of)" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Korea (Democratic People's Rep)" => "KP" "Korea (Republic of)" => "KR" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Lao People's Democratic Republic" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao" => "MO" "Macedonia" => "MK" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia (Federated States of)" => "FM" "Moldova (Republic of)" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestine, State of" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Reunion" => "RE" "Romania" => "RO" "Russian Federation" => "RU" "Rwanda" => "RW" "Saint Barthelemy" => "BL" "Saint Helena, Ascension and Tris" => "SH" "Saint Kitts and Nevis" => "KN" "Saint Lucia" => "LC" "Saint Martin (French part)" => "MF" "Saint Pierre and Miquelon" => "PM" "Saint Vincent and the Grenadines" => "VC" "Samoa" => "WS" "San Marino" => "SM" "Sao Tome and Principe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten (Dutch part)" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia and the South Sand" => "GS" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "Sudan" => "SD" "Suriname" => "SR" "Svalbard and Jan Mayen" => "SJ" "Swaziland" => "SZ" "Sweden" => "SE" "Switzerland" => "CH" "Syrian Arab Republic" => "SY" "Taiwan, Province of China" => "TW" "Tajikistan" => "TJ" "Tanzania, United Republic of" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad and Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks and Caicos Islands" => "TC" "Tuvalu" => "TV" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States of America" => "US" "United States Minor Outlying Isl" => "UM" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Venezuela (Bolivarian Republic)" => "VE" "Viet Nam" => "VN" "Virgin Islands (British)" => "VG" "Virgin Islands (U.S.)" => "VI" "Wallis and Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "GB" |
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" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#738 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_countrycode" ] |
cache_key | "_form_countrycode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#955 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#999 +data: "AX" +value: "AX" +label: "Aland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#998 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#996 +data: "DZ" +value: "DZ" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +data: "AS" +value: "AS" +label: "American Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#950 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1000 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1001 +data: "AQ" +value: "AQ" +label: "Antarctica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1002 +data: "AG" +value: "AG" +label: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1003 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1004 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1005 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1006 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1007 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +data: "AZ" +value: "AZ" +label: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1010 +data: "BH" +value: "BH" +label: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1011 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1012 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +data: "BE" +value: "BE" +label: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1015 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1018 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +data: "BO" +value: "BO" +label: "Bolivia (Plurinational State of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1020 +data: "BQ" +value: "BQ" +label: "Bonaire, Sint Eustatius and Saba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +data: "BA" +value: "BA" +label: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +data: "BV" +value: "BV" +label: "Bouvet Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +data: "BR" +value: "BR" +label: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +data: "IO" +value: "IO" +label: "British Indian Ocean Territory" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +data: "BN" +value: "BN" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +data: "KH" +value: "KH" +label: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1031 +data: "CM" +value: "CM" +label: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +data: "CV" +value: "CV" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +data: "KY" +value: "KY" +label: "Cayman Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +data: "CF" +value: "CF" +label: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1036 +data: "TD" +value: "TD" +label: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1038 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1039 +data: "CX" +value: "CX" +label: "Christmas Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1040 +data: "CC" +value: "CC" +label: "Cocos (Keeling) Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1042 +data: "KM" +value: "KM" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1043 +data: "CG" +value: "CG" +label: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1044 +data: "CD" +value: "CD" +label: "Congo (Democratic Republic of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1045 +data: "CK" +value: "CK" +label: "Cook Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +data: "CI" +value: "CI" +label: "Cote d'Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +data: "HR" +value: "HR" +label: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1049 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +data: "CW" +value: "CW" +label: "Curacao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1051 +data: "CY" +value: "CY" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +data: "CZ" +value: "CZ" +label: "Czech Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +data: "DK" +value: "DK" +label: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +data: "DJ" +value: "DJ" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +data: "DO" +value: "DO" +label: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +data: "EG" +value: "EG" +label: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +data: "GQ" +value: "GQ" +label: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +data: "ET" +value: "ET" +label: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +data: "FK" +value: "FK" +label: "Falkland Islands (Malvinas)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +data: "FO" +value: "FO" +label: "Faroe Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +data: "FJ" +value: "FJ" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +data: "FI" +value: "FI" +label: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1069 +data: "GF" +value: "GF" +label: "French Guiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +data: "PF" +value: "PF" +label: "French Polynesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +data: "TF" +value: "TF" +label: "French Southern Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +data: "DE" +value: "DE" +label: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1078 +data: "GR" +value: "GR" +label: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1079 +data: "GL" +value: "GL" +label: "Greenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1089 +data: "HM" +value: "HM" +label: "Heard Island and McDonald Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +data: "VA" +value: "VA" +label: "Holy See" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +data: "HK" +value: "HK" +label: "Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +data: "HU" +value: "HU" +label: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +data: "IS" +value: "IS" +label: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +data: "IR" +value: "IR" +label: "Iran (Islamic Republic of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +data: "IQ" +value: "IQ" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +data: "IE" +value: "IE" +label: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +data: "IT" +value: "IT" +label: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +data: "JM" +value: "JM" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +data: "JO" +value: "JO" +label: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +data: "KZ" +value: "KZ" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +data: "KP" +value: "KP" +label: "Korea (Democratic People's Rep)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +data: "KR" +value: "KR" +label: "Korea (Republic of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +data: "KG" +value: "KG" +label: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +data: "LA" +value: "LA" +label: "Lao People's Democratic Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +data: "LV" +value: "LV" +label: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +data: "LB" +value: "LB" +label: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1117 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1118 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1119 +data: "LY" +value: "LY" +label: "Libya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1121 +data: "LT" +value: "LT" +label: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1122 +data: "LU" +value: "LU" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1123 +data: "MO" +value: "MO" +label: "Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1124 +data: "MK" +value: "MK" +label: "Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1125 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1126 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1127 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1128 +data: "MV" +value: "MV" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1129 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +data: "MH" +value: "MH" +label: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1135 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1136 +data: "MX" +value: "MX" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +data: "FM" +value: "FM" +label: "Micronesia (Federated States of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +data: "MD" +value: "MD" +label: "Moldova (Republic of)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1141 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +data: "MA" +value: "MA" +label: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +data: "MM" +value: "MM" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1148 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1149 +data: "NL" +value: "NL" +label: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1150 +data: "NC" +value: "NC" +label: "New Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1151 +data: "NZ" +value: "NZ" +label: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1152 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1153 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1154 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1155 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +data: "NF" +value: "NF" +label: "Norfolk Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1157 +data: "MP" +value: "MP" +label: "Northern Mariana Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1158 +data: "NO" +value: "NO" +label: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1159 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1160 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1162 +data: "PS" +value: "PS" +label: "Palestine, State of" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +data: "PG" +value: "PG" +label: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1165 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1166 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1167 +data: "PH" +value: "PH" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1168 +data: "PN" +value: "PN" +label: "Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1169 +data: "PL" +value: "PL" +label: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1170 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1171 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1172 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1173 +data: "RE" +value: "RE" +label: "Reunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1174 +data: "RO" +value: "RO" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1175 +data: "RU" +value: "RU" +label: "Russian Federation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1176 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +data: "BL" +value: "BL" +label: "Saint Barthelemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +data: "SH" +value: "SH" +label: "Saint Helena, Ascension and Tris" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1179 +data: "KN" +value: "KN" +label: "Saint Kitts and Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1180 +data: "LC" +value: "LC" +label: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1181 +data: "MF" +value: "MF" +label: "Saint Martin (French part)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1182 +data: "PM" +value: "PM" +label: "Saint Pierre and Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1183 +data: "VC" +value: "VC" +label: "Saint Vincent and the Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1185 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1186 +data: "ST" +value: "ST" +label: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +data: "SA" +value: "SA" +label: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +data: "SX" +value: "SX" +label: "Sint Maarten (Dutch part)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +data: "SK" +value: "SK" +label: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +data: "SI" +value: "SI" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +data: "SB" +value: "SB" +label: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1198 +data: "ZA" +value: "ZA" +label: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +data: "GS" +value: "GS" +label: "South Georgia and the South Sand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1200 +data: "SS" +value: "SS" +label: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +data: "ES" +value: "ES" +label: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +data: "SJ" +value: "SJ" +label: "Svalbard and Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +data: "SZ" +value: "SZ" +label: "Swaziland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +data: "SE" +value: "SE" +label: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +data: "CH" +value: "CH" +label: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +data: "SY" +value: "SY" +label: "Syrian Arab Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +data: "TW" +value: "TW" +label: "Taiwan, Province of China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +data: "TJ" +value: "TJ" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +data: "TZ" +value: "TZ" +label: "Tanzania, United Republic of" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +data: "TT" +value: "TT" +label: "Trinidad and Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +data: "TN" +value: "TN" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +data: "TR" +value: "TR" +label: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +data: "TC" +value: "TC" +label: "Turks and Caicos Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +data: "AE" +value: "AE" +label: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +data: "GB" +value: "GB" +label: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +data: "US" +value: "US" +label: "United States of America" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +data: "UM" +value: "UM" +label: "United States Minor Outlying Isl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +data: "UZ" +value: "UZ" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +data: "VE" +value: "VE" +label: "Venezuela (Bolivarian Republic)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +data: "VN" +value: "VN" +label: "Viet Nam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +data: "VG" +value: "VG" +label: "Virgin Islands (British)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +data: "VI" +value: "VI" +label: "Virgin Islands (U.S.)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +data: "WF" +value: "WF" +label: "Wallis and Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +data: "EH" +value: "EH" +label: "Western Sahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "GB" |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#949 -errors: [] -form: Symfony\Component\Form\Form {#853 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#956 …5} |
full_name | "form[countrycode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_countrycode" |
is_selected | Closure($choice, $value) {#1245 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Country" |
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 | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_countrycode" |
valid | true |
value | "GB" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 |
---|---|---|
label | "Telephone" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#749 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 provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Telephone" |
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() {#756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#746 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_form_telephone" ] |
cache_key | "_form_telephone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1243 -errors: [] -form: Symfony\Component\Form\Form {#850 …} } |
form | Symfony\Component\Form\FormView {#1244 …5} |
full_name | "form[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_telephone" |
label | "Telephone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_telephone" |
valid | true |
value | "" |
mobile
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 |
---|---|---|
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#763 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 provide a valid phone number." |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#764 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_form_mobile" ] |
cache_key | "_form_mobile_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1246 -errors: [] -form: Symfony\Component\Form\Form {#847 …} } |
form | Symfony\Component\Form\FormView {#1247 …5} |
full_name | "form[mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_mobile" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobile" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_mobile" |
valid | true |
value | "" |
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
[ "label" => "Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
options | [ "attr" => [ "class" => "form-control mb-3" ] ] |
[ "attr" => [ "class" => "form-control mb-3" ] ] |
second_options | [ "label" => "Confirm Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
[ "label" => "Confirm Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#780 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The values do not match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [ "attr" => [ "class" => "form-control mb-3" ] ] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Confirm Email Address" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
upload_max_size_message | Closure() {#773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#774 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_form_email" ] |
cache_key | "_form_email_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1248 -errors: [] -form: Symfony\Component\Form\Form {#875 …} } |
form | Symfony\Component\Form\FormView {#1249 …5} |
full_name | "form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email" |
label | null |
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 | "_form_email" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"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 | [ "class" => "form-control mb-3" ] |
[ "class" => "form-control mb-3" ] |
error_bubbling | false |
same as passed value |
label | "Email Address" |
same as passed value |
label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
mapped | true |
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 mb-3" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#842 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 Address" |
label_attr | [ "class" => "form-label" ] |
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() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#843 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_form_email_first" ] |
cache_key | "_form_email_first_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1253 -errors: [] -form: Symfony\Component\Form\Form {#869 …} } |
form | Symfony\Component\Form\FormView {#1252 …5} |
full_name | "form[email][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email_first" |
label | "Email Address" |
label_attr | [ "class" => "form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_email_first" |
valid | true |
value | "" |
second
"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 | [ "class" => "form-control mb-3" ] |
[ "class" => "form-control mb-3" ] |
error_bubbling | false |
same as passed value |
label | "Confirm Email Address" |
same as passed value |
label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
mapped | true |
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 mb-3" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#881 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 | "Confirm Email Address" |
label_attr | [ "class" => "form-label" ] |
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() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#880 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_form_email_second" ] |
cache_key | "_form_email_second_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1254 -errors: [] -form: Symfony\Component\Form\Form {#866 …} } |
form | Symfony\Component\Form\FormView {#1255 …5} |
full_name | "form[email][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email_second" |
label | "Confirm Email Address" |
label_attr | [ "class" => "form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_email_second" |
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 |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
[ "label" => "Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
options | [ "attr" => [ "class" => "form-control mb-3" ] ] |
[ "attr" => [ "class" => "form-control mb-3" ] ] |
second_options | [ "label" => "Confirm Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
[ "label" => "Confirm Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The values do not match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [ "attr" => [ "class" => "form-control mb-3" ] ] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Confirm Password" "required" => true "label_attr" => [ "class" => "form-label" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#787 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_form_password" ] |
cache_key | "_form_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1250 -errors: [] -form: Symfony\Component\Form\Form {#928 …} } |
form | Symfony\Component\Form\FormView {#1251 …5} |
full_name | "form[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_password" |
label | null |
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 | "_form_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
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 mb-3" ] |
[ "class" => "form-control mb-3" ] |
error_bubbling | false |
same as passed value |
label | "Password" |
same as passed value |
label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control mb-3" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#908 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 | [ "class" => "form-label" ] |
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() {#915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#914 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_form_password_first" ] |
cache_key | "_form_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1259 -errors: [] -form: Symfony\Component\Form\Form {#931 …} } |
form | Symfony\Component\Form\FormView {#1258 …5} |
full_name | "form[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_password_first" |
label | "Password" |
label_attr | [ "class" => "form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_password_first" |
valid | true |
value | "" |
second
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 mb-3" ] |
[ "class" => "form-control mb-3" ] |
error_bubbling | false |
same as passed value |
label | "Confirm Password" |
same as passed value |
label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control mb-3" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 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 | "Confirm Password" |
label_attr | [ "class" => "form-label" ] |
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() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#922 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_form_password_second" ] |
cache_key | "_form_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1260 -errors: [] -form: Symfony\Component\Form\Form {#934 …} } |
form | Symfony\Component\Form\FormView {#1261 …5} |
full_name | "form[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_password_second" |
label | "Confirm Password" |
label_attr | [ "class" => "form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_password_second" |
valid | true |
value | "" |
promoemail
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | true |
same as passed value |
label | "Sign up to our newsletter" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#800 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 {#799 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Sign up to our newsletter" |
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() {#804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#806 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_promoemail" ] |
cache_key | "_form_promoemail_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1257 -errors: [] -form: Symfony\Component\Form\Form {#937 …} } |
form | Symfony\Component\Form\FormView {#1256 …5} |
full_name | "form[promoemail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_promoemail" |
label | "Sign up to our newsletter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "promoemail" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_promoemail" |
valid | true |
value | "1" |
recaptcha
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 | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
[ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#694 +payload: null +groups: ? ?array +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#694 +payload: null +groups: ? ?array +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#694 +payload: null +groups: ? ?array +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
language | "en" |
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 |
public_key | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#819 …} $translationDomain: "validators" } } |
url_challenge | null |
url_noscript | null |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "ewz_recaptcha" "_form_recaptcha" ] |
cache_key | "_form_recaptcha_ewz_recaptcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1263 -errors: [] -form: Symfony\Component\Form\Form {#940 …} } |
ewz_recaptcha_ajax | false |
ewz_recaptcha_api_host | "www.google.com" |
ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
ewz_recaptcha_enabled | true |
form | Symfony\Component\Form\FormView {#1262 …5} |
full_name | "form[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
public_key | "6LetkCEqAAAAAMKALOSBhpt4iUUkLWFir0GYhnp-" |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_recaptcha" |
url_challenge | "https://www.google.com/recaptcha/api.js?hl=en" |
valid | true |
value | "" |
register
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Sign Up" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Sign Up" |
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 | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_form_register" ] |
cache_key | "_form_register_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1265 …5} |
full_name | "form[register]" |
id | "form_register" |
label | "Sign Up" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "register" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_form_register" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "csrf-token" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "csrf-token" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#617 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#83 …} -logger: Monolog\Logger {#167 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#602 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "csrf-token" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1266 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() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#547 …} $message: Closure() {#1267 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
cache_key | "_form__token_hidden" |
compound | false |
data | "csrf-token" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1280 -errors: [] -form: Symfony\Component\Form\Form {#1276 …} } |
form | Symfony\Component\Form\FormView {#1271 …5} |
full_name | "form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "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 | "_form__token" |
valid | true |
value | "csrf-token" |