Forms
-
-
userName
-
plainPassword
-
email
-
-
first
-
second
-
-
fullName
-
employer
-
occupation
-
confirmed
-
_token
-
registration_form_step_one
Form type:
"App\Form\RegistrationFormStepOneType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#536 -id: null -email: "disabled for the demo" -roles: [] -password: null -fullName: "disabled for the demo" -employer: "disabled for the demo" -occupation: "disabled for the demo" -transactionDefaultAmount: App\Donation\DonationLevelEnum {#535 …} -createdAt: null -lastLoginAt: null -active: false -userName: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#536 -id: null -email: "disabled for the demo" -roles: [] -password: null -fullName: "disabled for the demo" -employer: "disabled for the demo" -occupation: "disabled for the demo" -transactionDefaultAmount: App\Donation\DonationLevelEnum {#535 …} -createdAt: null -lastLoginAt: null -active: false -userName: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data | App\Entity\User {#536 -id: null -email: "disabled for the demo" -roles: [] -password: null -fullName: "disabled for the demo" -employer: "disabled for the demo" -occupation: "disabled for the demo" -transactionDefaultAmount: App\Donation\DonationLevelEnum {#535 …} -createdAt: null -lastLoginAt: null -active: false -userName: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} use: { $class: "App\Entity\User" } } |
| 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() {#674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#673 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form_step_one" "_registration_form_step_one" ] |
| cache_key | "_registration_form_step_one_registration_form_step_one" |
| compound | true |
| data | App\Entity\User {#536 -id: null -email: "disabled for the demo" -roles: [] -password: null -fullName: "disabled for the demo" -employer: "disabled for the demo" -occupation: "disabled for the demo" -transactionDefaultAmount: App\Donation\DonationLevelEnum {#535 …} -createdAt: null -lastLoginAt: null -active: false -userName: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#778 -form: Symfony\Component\Form\Form {#787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#675 …5} |
| full_name | "registration_form_step_one" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form_step_one" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one" |
| valid | true |
| value | App\Entity\User {#536 -id: null -email: "disabled for the demo" -roles: [] -password: null -fullName: "disabled for the demo" -employer: "disabled for the demo" -occupation: "disabled for the demo" -transactionDefaultAmount: App\Donation\DonationLevelEnum {#535 …} -createdAt: null -lastLoginAt: null -active: false -userName: null } |
userName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| help | "demo purpose only" |
same as passed value |
| label | "username" |
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#685 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "demo purpose only" |
| 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 | "username" |
| 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() {#687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#686 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_userName" ] |
| cache_key | "_registration_form_step_one_userName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#739 -form: Symfony\Component\Form\Form {#790 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#749 …5} |
| full_name | "registration_form_step_one[userName]" |
| help | "demo purpose only" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_userName" |
| label | "username" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "userName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_userName" |
| valid | true |
| value | "" |
plainPassword
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Alabama" => "Alabama" "Alaska" => "Alaska" "American Samoa" => "American Samoa" "Arizona" => "Arizona" "Arkansas" => "Arkansas" "California" => "California" "Colorado" => "Colorado" "Connecticut" => "Connecticut" "Delaware" => "Delaware" "District Of Columbia" => "District Of Columbia" "Florida" => "Florida" "Georgia" => "Georgia" "Guam" => "Guam" "Hawaii" => "Hawaii" "Idaho" => "Idaho" "Illinois" => "Illinois" "Indiana" => "Indiana" "Iowa" => "Iowa" "Kansas" => "Kansas" "Kentucky" => "Kentucky" "Louisiana" => "Louisiana" "Maine" => "Maine" "Maryland" => "Maryland" "Massachusetts" => "Massachusetts" "Michigan" => "Michigan" "Minnesota" => "Minnesota" "Mississippi" => "Mississippi" "Missouri" => "Missouri" "Montana" => "Montana" "Nebraska" => "Nebraska" "Nevada" => "Nevada" "New Hampshire" => "New Hampshire" "New Jersey" => "New Jersey" "New Mexico" => "New Mexico" "New York" => "New York" "North Carolina" => "North Carolina" "North Dakota" => "North Dakota" "Northern Mariana Islands" => "Northern Mariana Islands" "Ohio" => "Ohio" "Oklahoma" => "Oklahoma" "Oregon" => "Oregon" "Pennsylvania" => "Pennsylvania" "Puerto Rico" => "Puerto Rico" "Rhode Island" => "Rhode Island" "South Carolina" => "South Carolina" "South Dakota" => "South Dakota" "Tennessee" => "Tennessee" "Texas" => "Texas" "U.S. Virgin Islands" => "U.S. Virgin Islands" "Utah" => "Utah" "Vermont" => "Vermont" "Virginia" => "Virginia" "Washington" => "Washington" "West Virginia" => "West Virginia" "Wisconsin" => "Wisconsin" "Wyoming" => "Wyoming" ] |
[ "Alabama" => "Alabama" "Alaska" => "Alaska" "American Samoa" => "American Samoa" "Arizona" => "Arizona" "Arkansas" => "Arkansas" "California" => "California" "Colorado" => "Colorado" "Connecticut" => "Connecticut" "Delaware" => "Delaware" "District Of Columbia" => "District Of Columbia" "Florida" => "Florida" "Georgia" => "Georgia" "Guam" => "Guam" "Hawaii" => "Hawaii" "Idaho" => "Idaho" "Illinois" => "Illinois" "Indiana" => "Indiana" "Iowa" => "Iowa" "Kansas" => "Kansas" "Kentucky" => "Kentucky" "Louisiana" => "Louisiana" "Maine" => "Maine" "Maryland" => "Maryland" "Massachusetts" => "Massachusetts" "Michigan" => "Michigan" "Minnesota" => "Minnesota" "Mississippi" => "Mississippi" "Missouri" => "Missouri" "Montana" => "Montana" "Nebraska" => "Nebraska" "Nevada" => "Nevada" "New Hampshire" => "New Hampshire" "New Jersey" => "New Jersey" "New Mexico" => "New Mexico" "New York" => "New York" "North Carolina" => "North Carolina" "North Dakota" => "North Dakota" "Northern Mariana Islands" => "Northern Mariana Islands" "Ohio" => "Ohio" "Oklahoma" => "Oklahoma" "Oregon" => "Oregon" "Pennsylvania" => "Pennsylvania" "Puerto Rico" => "Puerto Rico" "Rhode Island" => "Rhode Island" "South Carolina" => "South Carolina" "South Dakota" => "South Dakota" "Tennessee" => "Tennessee" "Texas" => "Texas" "U.S. Virgin Islands" => "U.S. Virgin Islands" "Utah" => "Utah" "Vermont" => "Vermont" "Virginia" => "Virginia" "Washington" => "Washington" "West Virginia" => "West Virginia" "Wisconsin" => "Wisconsin" "Wyoming" => "Wyoming" ] |
| help | "demo purpose only" |
same as passed value |
| label | "please select your second most liked state" |
same as passed value |
| mapped | false |
false
|
| placeholder | "-- Select State or Territory --" |
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_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Alabama" => "Alabama" "Alaska" => "Alaska" "American Samoa" => "American Samoa" "Arizona" => "Arizona" "Arkansas" => "Arkansas" "California" => "California" "Colorado" => "Colorado" "Connecticut" => "Connecticut" "Delaware" => "Delaware" "District Of Columbia" => "District Of Columbia" "Florida" => "Florida" "Georgia" => "Georgia" "Guam" => "Guam" "Hawaii" => "Hawaii" "Idaho" => "Idaho" "Illinois" => "Illinois" "Indiana" => "Indiana" "Iowa" => "Iowa" "Kansas" => "Kansas" "Kentucky" => "Kentucky" "Louisiana" => "Louisiana" "Maine" => "Maine" "Maryland" => "Maryland" "Massachusetts" => "Massachusetts" "Michigan" => "Michigan" "Minnesota" => "Minnesota" "Mississippi" => "Mississippi" "Missouri" => "Missouri" "Montana" => "Montana" "Nebraska" => "Nebraska" "Nevada" => "Nevada" "New Hampshire" => "New Hampshire" "New Jersey" => "New Jersey" "New Mexico" => "New Mexico" "New York" => "New York" "North Carolina" => "North Carolina" "North Dakota" => "North Dakota" "Northern Mariana Islands" => "Northern Mariana Islands" "Ohio" => "Ohio" "Oklahoma" => "Oklahoma" "Oregon" => "Oregon" "Pennsylvania" => "Pennsylvania" "Puerto Rico" => "Puerto Rico" "Rhode Island" => "Rhode Island" "South Carolina" => "South Carolina" "South Dakota" => "South Dakota" "Tennessee" => "Tennessee" "Texas" => "Texas" "U.S. Virgin Islands" => "U.S. Virgin Islands" "Utah" => "Utah" "Vermont" => "Vermont" "Virginia" => "Virginia" "Washington" => "Washington" "West Virginia" => "West Virginia" "Wisconsin" => "Wisconsin" "Wyoming" => "Wyoming" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| 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 | "demo purpose only" |
| 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 | "please select your second most liked state" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "-- Select State or Territory --" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#705 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_step_one_plainPassword" ] |
| cache_key | "_registration_form_step_one_plainPassword_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#724 +label: "Alabama" +value: "Alabama" +data: "Alabama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#708 +label: "Alaska" +value: "Alaska" +data: "Alaska" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#688 +label: "American Samoa" +value: "American Samoa" +data: "American Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#839 +label: "Arizona" +value: "Arizona" +data: "Arizona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#841 +label: "Arkansas" +value: "Arkansas" +data: "Arkansas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#842 +label: "California" +value: "California" +data: "California" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#843 +label: "Colorado" +value: "Colorado" +data: "Colorado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#844 +label: "Connecticut" +value: "Connecticut" +data: "Connecticut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#876 +label: "Delaware" +value: "Delaware" +data: "Delaware" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#878 +label: "District Of Columbia" +value: "District Of Columbia" +data: "District Of Columbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#879 +label: "Florida" +value: "Florida" +data: "Florida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#880 +label: "Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#881 +label: "Guam" +value: "Guam" +data: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#882 +label: "Hawaii" +value: "Hawaii" +data: "Hawaii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#883 +label: "Idaho" +value: "Idaho" +data: "Idaho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#884 +label: "Illinois" +value: "Illinois" +data: "Illinois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#885 +label: "Indiana" +value: "Indiana" +data: "Indiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#886 +label: "Iowa" +value: "Iowa" +data: "Iowa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#887 +label: "Kansas" +value: "Kansas" +data: "Kansas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#888 +label: "Kentucky" +value: "Kentucky" +data: "Kentucky" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#889 +label: "Louisiana" +value: "Louisiana" +data: "Louisiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#890 +label: "Maine" +value: "Maine" +data: "Maine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#891 +label: "Maryland" +value: "Maryland" +data: "Maryland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#892 +label: "Massachusetts" +value: "Massachusetts" +data: "Massachusetts" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#893 +label: "Michigan" +value: "Michigan" +data: "Michigan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#894 +label: "Minnesota" +value: "Minnesota" +data: "Minnesota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#895 +label: "Mississippi" +value: "Mississippi" +data: "Mississippi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#896 +label: "Missouri" +value: "Missouri" +data: "Missouri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#897 +label: "Montana" +value: "Montana" +data: "Montana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#898 +label: "Nebraska" +value: "Nebraska" +data: "Nebraska" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#899 +label: "Nevada" +value: "Nevada" +data: "Nevada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#900 +label: "New Hampshire" +value: "New Hampshire" +data: "New Hampshire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#901 +label: "New Jersey" +value: "New Jersey" +data: "New Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "New Mexico" +value: "New Mexico" +data: "New Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#903 +label: "New York" +value: "New York" +data: "New York" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "North Carolina" +value: "North Carolina" +data: "North Carolina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#905 +label: "North Dakota" +value: "North Dakota" +data: "North Dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#906 +label: "Northern Mariana Islands" +value: "Northern Mariana Islands" +data: "Northern Mariana Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#907 +label: "Ohio" +value: "Ohio" +data: "Ohio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#908 +label: "Oklahoma" +value: "Oklahoma" +data: "Oklahoma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#909 +label: "Oregon" +value: "Oregon" +data: "Oregon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#910 +label: "Pennsylvania" +value: "Pennsylvania" +data: "Pennsylvania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#911 +label: "Puerto Rico" +value: "Puerto Rico" +data: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#912 +label: "Rhode Island" +value: "Rhode Island" +data: "Rhode Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#913 +label: "South Carolina" +value: "South Carolina" +data: "South Carolina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#914 +label: "South Dakota" +value: "South Dakota" +data: "South Dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#915 +label: "Tennessee" +value: "Tennessee" +data: "Tennessee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#916 +label: "Texas" +value: "Texas" +data: "Texas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#917 +label: "U.S. Virgin Islands" +value: "U.S. Virgin Islands" +data: "U.S. Virgin Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#918 +label: "Utah" +value: "Utah" +data: "Utah" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#919 +label: "Vermont" +value: "Vermont" +data: "Vermont" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#920 +label: "Virginia" +value: "Virginia" +data: "Virginia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +label: "Washington" +value: "Washington" +data: "Washington" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#922 +label: "West Virginia" +value: "West Virginia" +data: "West Virginia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#923 +label: "Wisconsin" +value: "Wisconsin" +data: "Wisconsin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#924 +label: "Wyoming" +value: "Wyoming" +data: "Wyoming" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#812 -form: Symfony\Component\Form\Form {#793 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#803 …5} |
| full_name | "registration_form_step_one[plainPassword]" |
| help | "demo purpose only" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_plainPassword" |
| is_selected | Closure($choice, $value) {#926 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#693 …} } |
| label | "please select your second most liked state" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "plainPassword" |
| placeholder | "-- Select State or Territory --" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_plainPassword" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "disabled for the demo" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| disabled | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#721 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | 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() {#723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#722 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_step_one_email" ] |
| cache_key | "_registration_form_step_one_email_email" |
| compound | false |
| data | "disabled for the demo" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#927 -form: Symfony\Component\Form\Form {#796 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#928 …5} |
| full_name | "registration_form_step_one[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_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 | "_registration_form_step_one_email" |
| valid | true |
| value | "disabled for the demo" |
passwordPlaceholder
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 |
|---|---|---|
| disabled | true |
same as passed value |
| first_options | [ "label" => "Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
[ "label" => "Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
| invalid_message | "The password fields must match." |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| second_options | [ "label" => "Repeat Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
[ "label" => "Repeat Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password fields must match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "Repeat Password" "attr" => [ "placeholder" => "disabled for the demo" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#737 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_step_one_passwordPlaceholder" ] |
| cache_key | "_registration_form_step_one_passwordPlaceholder_repeated" |
| compound | true |
| data | null |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#929 -form: Symfony\Component\Form\Form {#817 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#930 …5} |
| full_name | "registration_form_step_one[passwordPlaceholder]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_passwordPlaceholder" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "passwordPlaceholder" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_passwordPlaceholder" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| error_bubbling | false |
false
|
| label | "Password" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#801 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_passwordPlaceholder_first" ] |
| cache_key | "_registration_form_step_one_passwordPlaceholder_first_text" |
| compound | false |
| data | null |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#934 -form: Symfony\Component\Form\Form {#820 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#933 …5} |
| full_name | "registration_form_step_one[passwordPlaceholder][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_passwordPlaceholder_first" |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_passwordPlaceholder_first" |
| valid | true |
| value | "" |
second
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| error_bubbling | false |
false
|
| label | "Repeat Password" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | "Repeat Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#810 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_passwordPlaceholder_second" ] |
| cache_key | "_registration_form_step_one_passwordPlaceholder_second_text" |
| compound | false |
| data | null |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#935 -form: Symfony\Component\Form\Form {#823 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#936 …5} |
| full_name | "registration_form_step_one[passwordPlaceholder][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_passwordPlaceholder_second" |
| label | "Repeat Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_passwordPlaceholder_second" |
| valid | true |
| value | "" |
fullName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| disabled | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#746 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#748 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#747 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_fullName" ] |
| cache_key | "_registration_form_step_one_fullName_text" |
| compound | false |
| data | null |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#931 -form: Symfony\Component\Form\Form {#826 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#932 …5} |
| full_name | "registration_form_step_one[fullName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_fullName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fullName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_fullName" |
| valid | true |
| value | "" |
employer
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "disabled for the demo" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| disabled | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#756 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_employer" ] |
| cache_key | "_registration_form_step_one_employer_text" |
| compound | false |
| data | "disabled for the demo" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#938 -form: Symfony\Component\Form\Form {#829 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#937 …5} |
| full_name | "registration_form_step_one[employer]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_employer" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "employer" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_employer" |
| valid | true |
| value | "disabled for the demo" |
occupation
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "disabled for the demo" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "disabled for the demo" ] |
[ "placeholder" => "disabled for the demo" ] |
| disabled | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | true |
| empty_data | Closure(FormInterface $form) {#764 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#765 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "disabled for the demo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_step_one_occupation" ] |
| cache_key | "_registration_form_step_one_occupation_text" |
| compound | false |
| data | "disabled for the demo" |
| disabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#939 -form: Symfony\Component\Form\Form {#832 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#940 …5} |
| full_name | "registration_form_step_one[occupation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_occupation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "occupation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_occupation" |
| valid | true |
| value | "disabled for the demo" |
confirmed
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "I certify that the above information is true and correct." |
same as passed value |
| label_attr | [ "class" => "disclaimer-text" ] |
[ "class" => "disclaimer-text" ] |
| mapped | false |
false
|
| 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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#776 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#772 …} } |
| 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 {#777 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I certify that the above information is true and correct." |
| label_attr | [ "class" => "disclaimer-text" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#781 …} } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_step_one_confirmed" ] |
| cache_key | "_registration_form_step_one_confirmed_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#941 -form: Symfony\Component\Form\Form {#835 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#942 …5} |
| full_name | "registration_form_step_one[confirmed]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one_confirmed" |
| label | "I certify that the above information is true and correct." |
| label_attr | [ "class" => "disclaimer-text" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "confirmed" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one_confirmed" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3be306b1025482f88bdbf.lExvMqBAqWgMmeLAd6v6aLED9Kf3b4iccvu37HcXnck._B5bWewjnyNp17KQEMSXDsJ1pNaNMOruN47F3y8h5P3VOC596CzcMmjchQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "3be306b1025482f88bdbf.lExvMqBAqWgMmeLAd6v6aLED9Kf3b4iccvu37HcXnck._B5bWewjnyNp17KQEMSXDsJ1pNaNMOruN47F3y8h5P3VOC596CzcMmjchQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data | "3be306b1025482f88bdbf.lExvMqBAqWgMmeLAd6v6aLED9Kf3b4iccvu37HcXnck._B5bWewjnyNp17KQEMSXDsJ1pNaNMOruN47F3y8h5P3VOC596CzcMmjchQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#556 …} } |
| 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() {#961 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#654 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $translationDomain: "validators" $message: Closure() {#960 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form_step_one__token" ] |
| cache_key | "_registration_form_step_one__token_hidden" |
| compound | false |
| data | "3be306b1025482f88bdbf.lExvMqBAqWgMmeLAd6v6aLED9Kf3b4iccvu37HcXnck._B5bWewjnyNp17KQEMSXDsJ1pNaNMOruN47F3y8h5P3VOC596CzcMmjchQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#971 -form: Symfony\Component\Form\Form {#967 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#962 …5} |
| full_name | "registration_form_step_one[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_step_one__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_step_one__token" |
| valid | true |
| value | "3be306b1025482f88bdbf.lExvMqBAqWgMmeLAd6v6aLED9Kf3b4iccvu37HcXnck._B5bWewjnyNp17KQEMSXDsJ1pNaNMOruN47F3y8h5P3VOC596CzcMmjchQ" |