Forms
school_registration
Form type:
"App\Form\SchoolRegistrationType"
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#221 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …} -namespace: Closure() {#219 …} } |
| data_class | "App\Form\Model\SchoolRegistrationFormModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#815 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Form\Model\SchoolRegistrationFormModel" } } |
| 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() {#813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#814 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "school_registration" "_school_registration" ] |
| cache_key | "_school_registration_school_registration" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1032 -form: Symfony\Component\Form\Form {#803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#812 …5} |
| full_name | "school_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "school_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "school_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_school_registration" |
| valid | true |
| value | null |
district
Form type:
"App\Form\DistrictAutocompleteField"
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 |
| choice_label | Closure(District $district) {#789 class: "App\Form\DistrictAutocompleteField" this: App\Form\DistrictAutocompleteField {#858 …} } |
| class | "App\Entity\District" |
| 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 {#221 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …} -namespace: Closure() {#219 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_query | null |
| 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 | "Bitte wählen Sie den <strong>Bezirk</strong> Ihres Schulstandortes aus.*" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| multiple | false |
| placeholder | "Bitte wählen Sie den Bezirk Ihres Schulstandortes aus." |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| query_builder | Closure(DistrictRepository $districtRepository) {#788 class: "App\Form\DistrictAutocompleteField" this: App\Form\DistrictAutocompleteField {#858 …} } |
| required | true |
| row_attr | [] |
| searchable_fields | null |
| security | false |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#783 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ux_entity_autocomplete" "district_autocomplete_field" "_school_registration_district" ] |
| cache_key | "_school_registration_district_district_autocomplete_field" |
| compound | false |
| compound_data | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#888 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1022 …5} |
| full_name | "school_registration[district]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "school_registration_district" |
| label | "Bitte wählen Sie den <strong>Bezirk</strong> Ihres Schulstandortes aus.*" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "district" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_school_registration_district" |
| valid | true |
| value | null |
autocomplete
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
false
|
| allow_file_upload | false |
false
|
| attr | [] |
[] |
| attr_translation_parameters | [] |
[] |
| auto_initialize | false |
false
|
| autocomplete | true |
same as passed value |
| autocomplete_url | "/autocomplete/district_autocomplete_field" |
same as passed value |
| block_name | null |
null
|
| block_prefix | null |
null
|
| by_reference | true |
same as passed value |
| choice_label | Closure(District $district) {#789 class: "App\Form\DistrictAutocompleteField" this: App\Form\DistrictAutocompleteField {#858 …} } |
same as passed value |
| choices | [] |
[] |
| class | "App\Entity\District" |
same as passed value |
| compound | false |
false
|
| constraints | [] |
[] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
null
|
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#221 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …} -namespace: Closure() {#219 …} } |
same as passed value |
| data_class | null |
null
|
| disabled | false |
false
|
| empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
false
|
| error_mapping | [] |
[] |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
false
|
| getter | null |
null
|
| help | null |
null
|
| help_attr | [] |
[] |
| help_html | false |
false
|
| help_translation_parameters | [] |
[] |
| inherit_data | false |
false
|
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| is_empty_callback | null |
null
|
| label | "Bitte wählen Sie den <strong>Bezirk</strong> Ihres Schulstandortes aus.*" |
same as passed value |
| label_attr | [] |
[] |
| label_format | null |
null
|
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| mapped | true |
same as passed value |
| max_results | 10 |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
false
|
| placeholder | "Bitte wählen Sie den Bezirk Ihres Schulstandortes aus." |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
null
|
| query_builder | Closure(DistrictRepository $districtRepository) {#788 class: "App\Form\DistrictAutocompleteField" this: App\Form\DistrictAutocompleteField {#858 …} } |
Doctrine\ORM\QueryBuilder {#1093 -em: ContainerHxNl6Kq\EntityManagerGhostEbeb667 {#388 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1052 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "district" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1036 #from: "App\Entity\District" #alias: "district" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1024 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| row_attr | [] |
[] |
| setter | null |
null
|
| translation_domain | null |
null
|
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#783 …} $translationDomain: "validators" } } |
Closure() {#877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#783 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| autocomplete | true |
| autocomplete_url | "/autocomplete/district_autocomplete_field" |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(District $district) {#789 class: "App\Form\DistrictAutocompleteField" this: App\Form\DistrictAutocompleteField {#858 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1087 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1084 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1088 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1072 …} } |
| choices | [] |
| class | "App\Entity\District" |
| 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 {#221 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …} -namespace: Closure() {#219 …} } |
| data_class | null |
| disabled | false |
| em | ContainerHxNl6Kq\EntityManagerGhostEbeb667 {#388 …12} |
| empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#875 -om: ContainerHxNl6Kq\EntityManagerGhostEbeb667 {#388 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#878 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Bitte wählen Sie den <strong>Bezirk</strong> Ihres Schulstandortes aus.*" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "Bitte wählen Sie den Bezirk Ihres Schulstandortes aus." |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1093 -em: ContainerHxNl6Kq\EntityManagerGhostEbeb667 {#388 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1052 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "district" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1036 #from: "App\Entity\District" #alias: "district" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1024 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#783 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-url-value" => "/autocomplete/district_autocomplete_field" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "Keine Übereinstimmungen gefunden" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Keine weiteren Ergebnisse" "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "ux_entity_autocomplete_inner" "_school_registration_district_autocomplete" ] |
| cache_key | "_school_registration_district_autocomplete_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#889 -form: Symfony\Component\Form\Form {#1037 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1019 …5} |
| full_name | "school_registration[district][autocomplete]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "school_registration_district_autocomplete" |
| is_selected | Closure($choice, $value) {#843 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Bitte wählen Sie den <strong>Bezirk</strong> Ihres Schulstandortes aus.*" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "autocomplete" |
| placeholder | "Bitte wählen Sie den Bezirk Ihres Schulstandortes aus." |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_school_registration_district_autocomplete" |
| uses_autocomplete | true |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "407402.BekZpX0vjQxQ1RneO1HXxIVxz38qtsHfBmDsTZ3aaDw.VrhTzA4c4F0bl2DreRmE8NU__jRH7qqNZE2JAemuO1Q0ryvpGUGgbgj4cg" |
| 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 | "407402.BekZpX0vjQxQ1RneO1HXxIVxz38qtsHfBmDsTZ3aaDw.VrhTzA4c4F0bl2DreRmE8NU__jRH7qqNZE2JAemuO1Q0ryvpGUGgbgj4cg" |
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 {#221 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#235 …} -namespace: Closure() {#219 …} } |
| data | "407402.BekZpX0vjQxQ1RneO1HXxIVxz38qtsHfBmDsTZ3aaDw.VrhTzA4c4F0bl2DreRmE8NU__jRH7qqNZE2JAemuO1Q0ryvpGUGgbgj4cg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1080 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() {#883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $message: Closure() {#781 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_school_registration__token" ] |
| cache_key | "_school_registration__token_hidden" |
| compound | false |
| data | "407402.BekZpX0vjQxQ1RneO1HXxIVxz38qtsHfBmDsTZ3aaDw.VrhTzA4c4F0bl2DreRmE8NU__jRH7qqNZE2JAemuO1Q0ryvpGUGgbgj4cg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1061 -form: Symfony\Component\Form\Form {#1065 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1023 …5} |
| full_name | "school_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "school_registration__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 | "_school_registration__token" |
| valid | true |
| value | "407402.BekZpX0vjQxQ1RneO1HXxIVxz38qtsHfBmDsTZ3aaDw.VrhTzA4c4F0bl2DreRmE8NU__jRH7qqNZE2JAemuO1Q0ryvpGUGgbgj4cg" |