Forms
-
form
-
name_1
-
email_2
-
phone_3
-
message_4
-
captcha
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2801 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2800 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2908 -form: Symfony\Component\Form\Form {#2879 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2798 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
name_1
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" => 100 ] |
[ "maxlength" => 100 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2813 +payload: null +groups: ? +restrictionLevelMessage: ""Name" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Name" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Name" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Name" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2814 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2818 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2819 +payload: null +groups: ? +maxMessage: ""Name" should be {{ limit }} characters or less." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2813 +payload: null +groups: ? +restrictionLevelMessage: ""Name" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Name" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Name" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Name" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2814 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2818 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2819 +payload: null +groups: ? +maxMessage: ""Name" should be {{ limit }} characters or less." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| help | "" |
same as passed value |
| help_html | true |
same as passed value |
| label | "Name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2813 +payload: null +groups: ? +restrictionLevelMessage: ""Name" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Name" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Name" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Name" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2814 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2818 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2819 +payload: null +groups: ? +maxMessage: ""Name" should be {{ limit }} characters or less." +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: 100 +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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2836 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 | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Name" |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2843 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2826 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name_1" ] |
| cache_key | "_form_name_1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2921 -form: Symfony\Component\Form\Form {#2928 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2923 …5} |
| full_name | "form[name_1]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_name_1" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name_1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name_1" |
| valid | true |
| value | "" |
email_2
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" => 180 "autocomplete" => "email" ] |
[ "maxlength" => 180 "autocomplete" => "email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2820 +payload: null +groups: ? +restrictionLevelMessage: ""Email" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Email" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Email" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Email" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2823 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2822 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2821 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2824 +payload: null +groups: ? +maxMessage: ""Email" should be {{ limit }} characters or less." +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: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2820 +payload: null +groups: ? +restrictionLevelMessage: ""Email" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Email" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Email" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Email" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2823 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2822 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2821 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2824 +payload: null +groups: ? +maxMessage: ""Email" should be {{ limit }} characters or less." +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: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| help | "" |
same as passed value |
| help_html | true |
same as passed value |
| label | "Email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2820 +payload: null +groups: ? +restrictionLevelMessage: ""Email" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Email" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Email" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Email" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2823 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2822 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2821 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2824 +payload: null +groups: ? +maxMessage: ""Email" should be {{ limit }} characters or less." +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: 180 +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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2794 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 | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2795 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 "autocomplete" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email_2" ] |
| cache_key | "_form_email_2_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2920 -form: Symfony\Component\Form\Form {#2931 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2919 …5} |
| full_name | "form[email_2]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_email_2" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email_2" |
| valid | true |
| value | "" |
phone_3
Form type:
"OHMedia\UtilityBundle\Form\PhoneType"
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 | [ "autocomplete" => "tel-national" ] |
[ "autocomplete" => "tel-national" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2825 +payload: null +groups: ? +restrictionLevelMessage: ""Phone" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Phone" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Phone" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Phone" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2816 +payload: null +groups: ? +message: ""Phone" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2817 +payload: null +groups: ? +message: ""Phone" should not be blank." +allowNull: false +normalizer: null } OHMedia\UtilityBundle\Validator\Phone {#2833 +payload: null +groups: ? +message: ""Phone" does not match the suggested format." +pattern: "/^\d{3}-?\d{3}-?\d{4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2825 +payload: null +groups: ? +restrictionLevelMessage: ""Phone" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Phone" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Phone" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Phone" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2816 +payload: null +groups: ? +message: ""Phone" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2817 +payload: null +groups: ? +message: ""Phone" should not be blank." +allowNull: false +normalizer: null } OHMedia\UtilityBundle\Validator\Phone {#2833 +payload: null +groups: ? +message: ""Phone" does not match the suggested format." +pattern: "/^\d{3}-?\d{3}-?\d{4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Phone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "tel-national" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2825 +payload: null +groups: ? +restrictionLevelMessage: ""Phone" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Phone" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Phone" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Phone" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2816 +payload: null +groups: ? +message: ""Phone" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2817 +payload: null +groups: ? +message: ""Phone" should not be blank." +allowNull: false +normalizer: null } OHMedia\UtilityBundle\Validator\Phone {#2833 +payload: null +groups: ? +message: ""Phone" does not match the suggested format." +pattern: "/^\d{3}-?\d{3}-?\d{4}$/" +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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2779 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 | "Must be in the form <b>306-555-1234</b> or <b>3065551234</b>." |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Phone" |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2778 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "tel-national" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone" "_form_phone_3" ] |
| cache_key | "_form_phone_3_phone" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2918 -form: Symfony\Component\Form\Form {#2934 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2917 …5} |
| full_name | "form[phone_3]" |
| help | "Must be in the form <b>306-555-1234</b> or <b>3065551234</b>." |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_phone_3" |
| label | "Phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_phone_3" |
| valid | true |
| value | "" |
message_4
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" => 1000 "rows" => 5 ] |
[ "maxlength" => 1000 "rows" => 5 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2839 +payload: null +groups: ? +restrictionLevelMessage: ""Message" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Message" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Message" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Message" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2835 +payload: null +groups: ? +message: ""Message" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2834 +payload: null +groups: ? +message: ""Message" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2815 +payload: null +groups: ? +maxMessage: ""Message" should be {{ limit }} characters or less." +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2839 +payload: null +groups: ? +restrictionLevelMessage: ""Message" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Message" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Message" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Message" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2835 +payload: null +groups: ? +message: ""Message" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2834 +payload: null +groups: ? +message: ""Message" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2815 +payload: null +groups: ? +maxMessage: ""Message" should be {{ limit }} characters or less." +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: 1000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| help | "" |
same as passed value |
| help_html | true |
same as passed value |
| label | "Message" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 1000 "rows" => 5 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#2839 +payload: null +groups: ? +restrictionLevelMessage: ""Message" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Message" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Message" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Message" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2835 +payload: null +groups: ? +message: ""Message" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2834 +payload: null +groups: ? +message: ""Message" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2815 +payload: null +groups: ? +maxMessage: ""Message" should be {{ limit }} characters or less." +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: 1000 +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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2857 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 | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Message" |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2858 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 1000 "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_message_4" ] |
| cache_key | "_form_message_4_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2788 -form: Symfony\Component\Form\Form {#2892 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2774 …5} |
| full_name | "form[message_4]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_message_4" |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message_4" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_message_4" |
| valid | true |
| value | "" |
captcha
Form type:
"OHMedia\AntispamBundle\Form\Type\CaptchaType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ OHMedia\AntispamBundle\Validator\Constraints\Captcha {#2878 +payload: null +groups: ? +message: "Captcha verification was unsuccessful." } ] |
| 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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2883 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 | [] |
| setter | null |
| size | null |
| theme | null |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2884 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| DATA_ATTRIBUTE | "data-ohmedia-antispam-captcha" |
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_form_captcha" ] |
| cache_key | "_form_captcha_captcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2865 -form: Symfony\Component\Form\Form {#2895 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2886 …5} |
| full_name | "form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_captcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| theme | null |
| translation_domain | null |
| unique_block_prefix | "_form_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7d087209bc.yR8Xv_tU0ihKlXQYqDycwfrVysXTlLBz-IVpm9joCnw.hyZi1a88ukIv_TxI21PU8a3ghZqR0v5Ku8Qsqe2lcymZKW_RzSCgHTnMNQ" |
| 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 | "7d087209bc.yR8Xv_tU0ihKlXQYqDycwfrVysXTlLBz-IVpm9joCnw.hyZi1a88ukIv_TxI21PU8a3ghZqR0v5Ku8Qsqe2lcymZKW_RzSCgHTnMNQ" |
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 {#2741 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2745 …} -namespace: Closure() {#2759 …} } |
| data | "7d087209bc.yR8Xv_tU0ihKlXQYqDycwfrVysXTlLBz-IVpm9joCnw.hyZi1a88ukIv_TxI21PU8a3ghZqR0v5Ku8Qsqe2lcymZKW_RzSCgHTnMNQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2847 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 | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| 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 |
| throttle_protection | true |
| throttle_time | 5 |
| throttle_window | 300 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2909 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "7d087209bc.yR8Xv_tU0ihKlXQYqDycwfrVysXTlLBz-IVpm9joCnw.hyZi1a88ukIv_TxI21PU8a3ghZqR0v5Ku8Qsqe2lcymZKW_RzSCgHTnMNQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2945 -form: Symfony\Component\Form\Form {#2941 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2903 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "7d087209bc.yR8Xv_tU0ihKlXQYqDycwfrVysXTlLBz-IVpm9joCnw.hyZi1a88ukIv_TxI21PU8a3ghZqR0v5Ku8Qsqe2lcymZKW_RzSCgHTnMNQ" |