Forms
-
enquiry
-
name
-
email
-
service
-
message
-
agreeContact
-
g-recaptcha-response
-
_token
-
enquiry
Form type:
"App\Form\EnquiryType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Enquiry {#3160 -id: ? int -name: ? string -email: ? string -subject: "Enquiry via CTE Electrical Contractors website" -message: ? string -viewed: false -service: null -agreeContact: null #deleted: false #createdAt: null #updatedAt: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Enquiry {#3160 -id: ? int -name: ? string -email: ? string -subject: "Enquiry via CTE Electrical Contractors website" -message: ? string -viewed: false -service: null -agreeContact: null #deleted: false #createdAt: null #updatedAt: 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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data | App\Entity\Enquiry {#3160 -id: ? int -name: ? string -email: ? string -subject: "Enquiry via CTE Electrical Contractors website" -message: ? string -viewed: false -service: null -agreeContact: null #deleted: false #createdAt: null #updatedAt: null } |
| data_class | "App\Entity\Enquiry" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Enquiry" } } |
| 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() {#3339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3340 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "enquiry" "_enquiry" ] |
| cache_key | "_enquiry_enquiry" |
| compound | true |
| data | App\Entity\Enquiry {#3160 -id: ? int -name: ? string -email: ? string -subject: "Enquiry via CTE Electrical Contractors website" -message: ? string -viewed: false -service: null -agreeContact: null #deleted: false #createdAt: null #updatedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3680 -form: Symfony\Component\Form\Form {#3658 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3338 …5} |
| full_name | "enquiry" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "enquiry" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry" |
| valid | true |
| value | App\Entity\Enquiry {#3160 -id: ? int -name: ? string -email: ? string -subject: "Enquiry via CTE Electrical Contractors website" -message: ? string -viewed: false -service: null -agreeContact: null #deleted: false #createdAt: null #updatedAt: null } |
name
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 | [ "maxlength" => 255 "pattern" => ".{3,}" "placeholder" => "Name *" ] |
[ "maxlength" => 255 "pattern" => ".{3,}" "placeholder" => "Name *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "pattern" => ".{3,}" "placeholder" => "Name *" ] |
| 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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3398 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3399 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "pattern" => ".{3,}" "placeholder" => "Name *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_enquiry_name" ] |
| cache_key | "_enquiry_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3713 -form: Symfony\Component\Form\Form {#3696 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3715 …5} |
| full_name | "enquiry[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry_name" |
| 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 | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "placeholder" => "Email *" ] |
[ "maxlength" => 255 "placeholder" => "Email *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Email *" ] |
| 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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3473 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 | 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() {#3469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3414 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Email *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_enquiry_email" ] |
| cache_key | "_enquiry_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3712 -form: Symfony\Component\Form\Form {#3699 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3711 …5} |
| full_name | "enquiry[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_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 | "_enquiry_email" |
| valid | true |
| value | "" |
service
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 |
|---|---|---|
| choice_label | "title" |
same as passed value |
| class | "App\Entity\Service" |
same as passed value |
| placeholder | "Select a service *" |
same as passed value |
| query_builder | Closure(ServiceRepository $er) {#3384 class: "App\Form\EnquiryType" this: App\Form\EnquiryType {#3168 …} } |
Doctrine\ORM\QueryBuilder {#3596 -em: ContainerU4Aaz2E\EntityManagerGhostEbeb667 {#457 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3590 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3598 #from: "App\Entity\Service" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3597 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.active = 1 AND s.deleted = 0" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3600 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.sortOrder ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Service s WHERE s.active = 1 AND s.deleted = 0 ORDER BY s.sortOrder ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3529 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | "title" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3629 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3591 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3605 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3594 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3610 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3604 …} } |
| choices | null |
| class | "App\Entity\Service" |
| 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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerU4Aaz2E\EntityManagerGhostEbeb667 {#457 …12} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3632 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerU4Aaz2E\EntityManagerGhostEbeb667 {#457 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3503 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select a service *" |
| 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 |
| query_builder | Doctrine\ORM\QueryBuilder {#3596 -em: ContainerU4Aaz2E\EntityManagerGhostEbeb667 {#457 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3590 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3598 #from: "App\Entity\Service" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3597 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.active = 1 AND s.deleted = 0" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3600 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.sortOrder ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Service s WHERE s.active = 1 AND s.deleted = 0 ORDER BY s.sortOrder ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3529 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3506 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_enquiry_service" ] |
| cache_key | "_enquiry_service_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3612 +label: "Electrical Installation" +value: "1" +data: App\Entity\Service {#3727 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3721 +label: "Electrical Maintenance & Compliance" +value: "2" +data: App\Entity\Service {#3731 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3722 +label: "Electric Vehicle Charging" +value: "3" +data: App\Entity\Service {#3734 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3672 +label: "LED Lighting" +value: "4" +data: App\Entity\Service {#3737 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3673 +label: "Fixed Wire Testing (EICR's)" +value: "5" +data: App\Entity\Service {#3740 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3707 +label: "Car Showrooms" +value: "6" +data: App\Entity\Service {#3743 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3679 +label: "Energy Saving" +value: "7" +data: App\Entity\Service {#3746 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3720 +label: "Solar & Battery Storage" +value: "8" +data: App\Entity\Service {#3749 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3674 +label: "Fuse Board Upgrades" +value: "9" +data: App\Entity\Service {#3752 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3710 -form: Symfony\Component\Form\Form {#3702 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3709 …5} |
| full_name | "enquiry[service]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_service" |
| is_selected | Closure($choice, $value) {#3619 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "service" |
| placeholder | "Select a service *" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry_service" |
| valid | true |
| value | "" |
message
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 | [ "pattern" => ".{10,}" "placeholder" => "Message *" "rows" => "4" ] |
[ "pattern" => ".{10,}" "placeholder" => "Message *" "rows" => "4" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "pattern" => ".{10,}" "placeholder" => "Message *" "rows" => "4" ] |
| 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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3621 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3620 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Message *" "rows" => "4" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_enquiry_message" ] |
| cache_key | "_enquiry_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3468 -form: Symfony\Component\Form\Form {#3660 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3635 …5} |
| full_name | "enquiry[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry_message" |
| valid | true |
| value | "" |
agreeContact
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 | "I am happy to be contacted occasionally with company updates and marketing." |
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3646 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 {#3606 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I am happy to be contacted occasionally with company updates and marketing." |
| 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() {#3652 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3650 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_enquiry_agreeContact" ] |
| cache_key | "_enquiry_agreeContact_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3755 -form: Symfony\Component\Form\Form {#3663 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1413 …5} |
| full_name | "enquiry[agreeContact]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_agreeContact" |
| label | "I am happy to be contacted occasionally with company updates and marketing." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeContact" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry_agreeContact" |
| valid | true |
| value | "1" |
g-recaptcha-response
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3639 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() {#3636 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3623 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_enquiry_g-recaptcha-response" ] |
| cache_key | "_enquiry_g-recaptcha-response_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3754 -form: Symfony\Component\Form\Form {#3666 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3756 …5} |
| full_name | "enquiry[g-recaptcha-response]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry_g-recaptcha-response" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "g-recaptcha-response" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_enquiry_g-recaptcha-response" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f67a18ab7a6d13ed286aa3c118033f54._9tSm_MQMJ87AwW0NWko54lQIhzQuKQqBKCvsrFu8BE.suMZ9pBXVq9DT2nFAwtMnqQ3V2u60_Jca_rA-dkJtHiYvyfDtGZI3GFvcg" |
| 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 | "f67a18ab7a6d13ed286aa3c118033f54._9tSm_MQMJ87AwW0NWko54lQIhzQuKQqBKCvsrFu8BE.suMZ9pBXVq9DT2nFAwtMnqQ3V2u60_Jca_rA-dkJtHiYvyfDtGZI3GFvcg" |
same as passed value |
| mapped | 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 | "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 {#3293 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3294 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3295 …} -namespace: Closure() {#3297 …} } |
| data | "f67a18ab7a6d13ed286aa3c118033f54._9tSm_MQMJ87AwW0NWko54lQIhzQuKQqBKCvsrFu8BE.suMZ9pBXVq9DT2nFAwtMnqQ3V2u60_Jca_rA-dkJtHiYvyfDtGZI3GFvcg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3760 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() {#3757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3197 …} $message: Closure() {#3759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_enquiry__token" ] |
| cache_key | "_enquiry__token_hidden" |
| compound | false |
| data | "f67a18ab7a6d13ed286aa3c118033f54._9tSm_MQMJ87AwW0NWko54lQIhzQuKQqBKCvsrFu8BE.suMZ9pBXVq9DT2nFAwtMnqQ3V2u60_Jca_rA-dkJtHiYvyfDtGZI3GFvcg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3769 -form: Symfony\Component\Form\Form {#3765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3758 …5} |
| full_name | "enquiry[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "enquiry__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 | "_enquiry__token" |
| valid | true |
| value | "f67a18ab7a6d13ed286aa3c118033f54._9tSm_MQMJ87AwW0NWko54lQIhzQuKQqBKCvsrFu8BE.suMZ9pBXVq9DT2nFAwtMnqQ3V2u60_Jca_rA-dkJtHiYvyfDtGZI3GFvcg" |