Forms
-
form
-
name_5
-
email_6
-
comment_7
-
agreement
-
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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2693 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() {#2691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2692 …} $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 {#2788 -form: Symfony\Component\Form\Form {#2759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2690 …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_5
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 {#2705 +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 {#2706 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2710 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2711 +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 {#2705 +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 {#2706 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2710 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2711 +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 {#2705 +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 {#2706 +payload: null +groups: ? +message: ""Name" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2710 +payload: null +groups: ? +message: ""Name" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2711 +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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2709 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() {#2718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2707 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name_5" ] |
| cache_key | "_form_name_5_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2801 -form: Symfony\Component\Form\Form {#2808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2803 …5} |
| full_name | "form[name_5]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_name_5" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name_5" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name_5" |
| valid | true |
| value | "" |
email_6
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 {#2712 +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 {#2715 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2714 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2713 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2739 +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 {#2712 +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 {#2715 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2714 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2713 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2739 +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 {#2712 +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 {#2715 +payload: null +groups: ? +message: ""Email" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2714 +payload: null +groups: ? +message: ""Email" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2713 +payload: null +groups: ? +message: ""Email" is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2739 +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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2689 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() {#2684 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2701 …} $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_6" ] |
| cache_key | "_form_email_6_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2800 -form: Symfony\Component\Form\Form {#2811 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2799 …5} |
| full_name | "form[email_6]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_email_6" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_6" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email_6" |
| valid | true |
| value | "" |
comment_7
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 {#2735 +payload: null +groups: ? +restrictionLevelMessage: ""Comment" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Comment" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Comment" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Comment" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2720 +payload: null +groups: ? +message: ""Comment" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2721 +payload: null +groups: ? +message: ""Comment" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2722 +payload: null +groups: ? +maxMessage: ""Comment" 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 {#2735 +payload: null +groups: ? +restrictionLevelMessage: ""Comment" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Comment" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Comment" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Comment" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2720 +payload: null +groups: ? +message: ""Comment" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2721 +payload: null +groups: ? +message: ""Comment" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2722 +payload: null +groups: ? +maxMessage: ""Comment" 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 | "Comment" |
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 {#2735 +payload: null +groups: ? +restrictionLevelMessage: ""Comment" contains characters that are not allowed by the current restriction-level." +invisibleMessage: ""Comment" contains invisible characters which is not allowed." +mixedNumbersMessage: ""Comment" is mixing numbers from different scripts which is not allowed." +hiddenOverlayMessage: ""Comment" contains hidden overlay characters which is not allowed." +checks: 416 +restrictionLevel: null +locales: null } OHMedia\AntispamBundle\Validator\Constraints\NoForeignCharacters {#2720 +payload: null +groups: ? +message: ""Comment" contains foreign characters that are not allowed." } Symfony\Component\Validator\Constraints\NotBlank {#2721 +payload: null +groups: ? +message: ""Comment" should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2722 +payload: null +groups: ? +maxMessage: ""Comment" 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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2675 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 | "Comment" |
| 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() {#2661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2674 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_comment_7" ] |
| cache_key | "_form_comment_7_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2798 -form: Symfony\Component\Form\Form {#2814 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2797 …5} |
| full_name | "form[comment_7]" |
| help | "" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "form_comment_7" |
| label | "Comment" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comment_7" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_comment_7" |
| valid | true |
| value | "" |
agreement
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2742 +payload: null +groups: ? +message: "You must agree to "Please confirm your info."." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2742 +payload: null +groups: ? +message: "You must agree to "Please confirm your info."." } ] |
| label | "Please confirm your info." |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2742 +payload: null +groups: ? +message: "You must agree to "Please confirm your info."." } ] |
| 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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2667 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| honeypot_field_name | "_topyenoh" |
| honeypot_message | "Something went wrong!" |
| honeypot_protection | false |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2670 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Please confirm your info." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2724 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_agreement" ] |
| cache_key | "_form_agreement_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2766 -form: Symfony\Component\Form\Form {#2772 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2671 …5} |
| full_name | "form[agreement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_agreement" |
| label | "Please confirm your info." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreement" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_agreement" |
| valid | true |
| value | "1" |
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 {#2757 +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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2763 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() {#2765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2764 …} $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 {#2746 -form: Symfony\Component\Form\Form {#2775 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2683 …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 | "3549b9aefcb090bb1f3412edd90fc.nGxlUiKYzlBPb8NVucPqMZbhCOqZAwTehzIluaubzqw.6wQpFRv2l2YhCfAh84SpVtHTYoPXejWk6XBi3PL--sTkOD8YZdGXBR428w" |
| 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 | "3549b9aefcb090bb1f3412edd90fc.nGxlUiKYzlBPb8NVucPqMZbhCOqZAwTehzIluaubzqw.6wQpFRv2l2YhCfAh84SpVtHTYoPXejWk6XBi3PL--sTkOD8YZdGXBR428w" |
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 {#2633 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2634 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2651 …} } |
| data | "3549b9aefcb090bb1f3412edd90fc.nGxlUiKYzlBPb8NVucPqMZbhCOqZAwTehzIluaubzqw.6wQpFRv2l2YhCfAh84SpVtHTYoPXejWk6XBi3PL--sTkOD8YZdGXBR428w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2794 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() {#2781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#611 …} $message: Closure() {#2782 …} $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 | "3549b9aefcb090bb1f3412edd90fc.nGxlUiKYzlBPb8NVucPqMZbhCOqZAwTehzIluaubzqw.6wQpFRv2l2YhCfAh84SpVtHTYoPXejWk6XBi3PL--sTkOD8YZdGXBR428w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2825 -form: Symfony\Component\Form\Form {#2821 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2783 …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 | "3549b9aefcb090bb1f3412edd90fc.nGxlUiKYzlBPb8NVucPqMZbhCOqZAwTehzIluaubzqw.6wQpFRv2l2YhCfAh84SpVtHTYoPXejWk6XBi3PL--sTkOD8YZdGXBR428w" |