Forms
-
contact_form
-
firstName
-
lastName
-
email
-
phone
-
reason
-
message
-
recaptcha
-
_token
-
-
newsletter_form
-
email
-
_token
-
contact_form
Form type:
"App\Form\Type\ContactType"
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 |
|---|---|---|
| action | "/contact/submit" |
same as passed value |
| method | "POST" |
same as passed value |
| reason_choices | [ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
[ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "/contact/submit" |
| 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 | "contact_form" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| reason_choices | [ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3736 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/contact/submit" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3853 -form: Symfony\Component\Form\Form {#3858 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3738 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
firstName
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3743 +payload: null +groups: ? +message: "Please enter your first name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3744 +payload: null +groups: ? +maxMessage: "First name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3745 +payload: null +groups: ? +message: "First name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3743 +payload: null +groups: ? +message: "Please enter your first name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3744 +payload: null +groups: ? +maxMessage: "First name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3745 +payload: null +groups: ? +message: "First name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3743 +payload: null +groups: ? +message: "Please enter your first name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3744 +payload: null +groups: ? +maxMessage: "First name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3745 +payload: null +groups: ? +message: "First name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3765 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3766 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstName" ] |
| cache_key | "_contact_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3790 -form: Symfony\Component\Form\Form {#3861 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3803 …5} |
| full_name | "contact_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstName" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_firstName" |
| valid | true |
| value | "" |
lastName
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Please enter your last name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3747 +payload: null +groups: ? +maxMessage: "Last name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3748 +payload: null +groups: ? +message: "Last name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Please enter your last name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3747 +payload: null +groups: ? +maxMessage: "Last name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3748 +payload: null +groups: ? +message: "Last name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Please enter your last name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3747 +payload: null +groups: ? +maxMessage: "Last name cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3748 +payload: null +groups: ? +message: "Last name can only contain letters." +pattern: "/^[\p{L}\s'\-\.]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3774 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3775 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_lastName" ] |
| cache_key | "_contact_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3777 -form: Symfony\Component\Form\Form {#3864 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3768 …5} |
| full_name | "contact_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_lastName" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_lastName" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3750 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3751 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3750 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3751 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3750 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3751 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3787 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3788 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3883 -form: Symfony\Component\Form\Form {#3867 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3885 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | false |
| 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 | "_contact_form_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3752 +payload: null +groups: ? +message: "Please enter your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3753 +payload: null +groups: ? +maxMessage: "Phone number cannot exceed {{ limit }} characters." +minMessage: "Please enter a valid phone number." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3754 +payload: null +groups: ? +message: "Please enter a valid phone number (10–15 digits)." +pattern: "/^(?=(\D*\d){10,15}\D*$)[\d\s\-\+\(\)\.]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3752 +payload: null +groups: ? +message: "Please enter your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3753 +payload: null +groups: ? +maxMessage: "Phone number cannot exceed {{ limit }} characters." +minMessage: "Please enter a valid phone number." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3754 +payload: null +groups: ? +message: "Please enter a valid phone number (10–15 digits)." +pattern: "/^(?=(\D*\d){10,15}\D*$)[\d\s\-\+\(\)\.]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3752 +payload: null +groups: ? +message: "Please enter your phone number." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3753 +payload: null +groups: ? +maxMessage: "Phone number cannot exceed {{ limit }} characters." +minMessage: "Please enter a valid phone number." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3754 +payload: null +groups: ? +message: "Please enter a valid phone number (10–15 digits)." +pattern: "/^(?=(\D*\d){10,15}\D*$)[\d\s\-\+\(\)\.]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3801 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contact_form_phone" ] |
| cache_key | "_contact_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3886 -form: Symfony\Component\Form\Form {#3870 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3887 …5} |
| full_name | "contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_phone" |
| valid | true |
| value | "" |
reason
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 | [ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
[ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? +message: "Please select what you need help with." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? +message: "Please select what you need help with." +allowNull: false +normalizer: null } ] |
| label | false |
same as passed value |
| placeholder | "What do you need help with?" |
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 | [ "General Inquiry" => "general" "Bridge Repair" => "bridge-repair" "Maintenance and Repair" => "maintenance" "New Construction" => "new-construction" "Careers (unspecified)" => "careers" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? +message: "Please select what you need help with." +allowNull: false +normalizer: null } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "What do you need help with?" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3820 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_reason" ] |
| cache_key | "_contact_form_reason_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3904 +label: "General Inquiry" +value: "general" +data: "general" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +label: "Bridge Repair" +value: "bridge-repair" +data: "bridge-repair" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3906 +label: "Maintenance and Repair" +value: "maintenance" +data: "maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3907 +label: "New Construction" +value: "new-construction" +data: "new-construction" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3908 +label: "Careers (unspecified)" +value: "careers" +data: "careers" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3888 -form: Symfony\Component\Form\Form {#3873 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3902 …5} |
| full_name | "contact_form[reason]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_reason" |
| is_selected | Closure($choice, $value) {#3910 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "reason" |
| placeholder | "What do you need help with?" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_reason" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3756 +payload: null +groups: ? +message: "Please enter your message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3757 +payload: null +groups: ? +maxMessage: "Message cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3756 +payload: null +groups: ? +message: "Please enter your message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3757 +payload: null +groups: ? +maxMessage: "Message cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3756 +payload: null +groups: ? +message: "Please enter your message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3757 +payload: null +groups: ? +maxMessage: "Message cannot exceed {{ limit }} characters." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3836 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3837 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3911 -form: Symfony\Component\Form\Form {#3876 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3912 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | false |
| 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 | "_contact_form_message" |
| valid | true |
| value | "" |
recaptcha
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
[ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#3758 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#3758 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#3758 +payload: null +groups: ? +message: "Please complete the reCAPTCHA verification." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3850 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| language | "en" |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| public_key | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3851 …} $translationDomain: "validators" } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_contact_form_recaptcha" ] |
| cache_key | "_contact_form_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3913 -form: Symfony\Component\Form\Form {#3879 …} -errors: [] } |
| ewz_recaptcha_ajax | false |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | true |
| form | Symfony\Component\Form\FormView {#3914 …5} |
| full_name | "contact_form[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6Lc2TAslAAAAAJ5_ZDO6X_FSikn_4WAI4T7gO0rg" |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_recaptcha" |
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=en" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e62fa5c3ef7eb5e2e1bec74e5b15.21LUFLJWPLMqQflBeqRy3kNQXL4JDVHLcdaVEDjzEBQ.tGuNZdgufvBSBY4eG8kCkg4fA81DewiJMJHnWQGkWF-RNL5-0T5642sCvA" |
| 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 | "e62fa5c3ef7eb5e2e1bec74e5b15.21LUFLJWPLMqQflBeqRy3kNQXL4JDVHLcdaVEDjzEBQ.tGuNZdgufvBSBY4eG8kCkg4fA81DewiJMJHnWQGkWF-RNL5-0T5642sCvA" |
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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data | "e62fa5c3ef7eb5e2e1bec74e5b15.21LUFLJWPLMqQflBeqRy3kNQXL4JDVHLcdaVEDjzEBQ.tGuNZdgufvBSBY4eG8kCkg4fA81DewiJMJHnWQGkWF-RNL5-0T5642sCvA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3919 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() {#3921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#3920 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "e62fa5c3ef7eb5e2e1bec74e5b15.21LUFLJWPLMqQflBeqRy3kNQXL4JDVHLcdaVEDjzEBQ.tGuNZdgufvBSBY4eG8kCkg4fA81DewiJMJHnWQGkWF-RNL5-0T5642sCvA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3931 -form: Symfony\Component\Form\Form {#3927 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3922 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "e62fa5c3ef7eb5e2e1bec74e5b15.21LUFLJWPLMqQflBeqRy3kNQXL4JDVHLcdaVEDjzEBQ.tGuNZdgufvBSBY4eG8kCkg4fA81DewiJMJHnWQGkWF-RNL5-0T5642sCvA" |
newsletter_form
Form type:
"App\Form\Type\NewsletterType"
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 |
|---|---|---|
| action | "/newsletter/subscribe" |
same as passed value |
| method | "POST" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/newsletter/subscribe" |
| 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 | "newsletter_form" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#4239 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/newsletter/subscribe" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "newsletter_form" "_newsletter_form" ] |
| cache_key | "_newsletter_form_newsletter_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4225 -form: Symfony\Component\Form\Form {#4220 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4237 …5} |
| full_name | "newsletter_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletter_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form" |
| valid | true |
| value | null |
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 | [ "class" => "footerNewsletterInput" "placeholder" => "Email address" "aria-label" => "Email address" "autocomplete" => "email" ] |
[ "class" => "footerNewsletterInput" "placeholder" => "Email address" "aria-label" => "Email address" "autocomplete" => "email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4232 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4231 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4230 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4232 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4231 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4230 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "footerNewsletterInput" "placeholder" => "Email address" "aria-label" => "Email address" "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4232 +payload: null +groups: ? +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4231 +payload: null +groups: ? +message: "Please enter a valid email address." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4230 +payload: null +groups: ? +maxMessage: "Email address is too long (maximum {{ limit }} characters)." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 190 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4228 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#4227 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "footerNewsletterInput" "placeholder" => "Email address" "aria-label" => "Email address" "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_newsletter_form_email" ] |
| cache_key | "_newsletter_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4209 -form: Symfony\Component\Form\Form {#4217 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4210 …5} |
| full_name | "newsletter_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form_email" |
| label | false |
| 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 | "_newsletter_form_email" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "9b0c8.RKVi46Vuhu5R8J72XOEpyzVH_e9QwzR7YvmNiwl_0V4.c_Ehles39qESuK6VLNNrkllws5k6skIiULfb02ERiTs9kBWXzAHntxzAxw" |
| 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 | "9b0c8.RKVi46Vuhu5R8J72XOEpyzVH_e9QwzR7YvmNiwl_0V4.c_Ehles39qESuK6VLNNrkllws5k6skIiULfb02ERiTs9kBWXzAHntxzAxw" |
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 {#3706 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3707 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3708 …} -namespace: Closure() {#3710 …} } |
| data | "9b0c8.RKVi46Vuhu5R8J72XOEpyzVH_e9QwzR7YvmNiwl_0V4.c_Ehles39qESuK6VLNNrkllws5k6skIiULfb02ERiTs9kBWXzAHntxzAxw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4213 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() {#4208 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#366 …} $message: Closure() {#4206 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter_form__token" ] |
| cache_key | "_newsletter_form__token_hidden" |
| compound | false |
| data | "9b0c8.RKVi46Vuhu5R8J72XOEpyzVH_e9QwzR7YvmNiwl_0V4.c_Ehles39qESuK6VLNNrkllws5k6skIiULfb02ERiTs9kBWXzAHntxzAxw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4195 -form: Symfony\Component\Form\Form {#4199 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4204 …5} |
| full_name | "newsletter_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form__token" |
| valid | true |
| value | "9b0c8.RKVi46Vuhu5R8J72XOEpyzVH_e9QwzR7YvmNiwl_0V4.c_Ehles39qESuK6VLNNrkllws5k6skIiULfb02ERiTs9kBWXzAHntxzAxw" |