Forms
-
contact
-
name
-
email
-
subject
-
message
-
_token
-
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [] |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#931 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() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#932 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1171 -errors: [] -form: Symfony\Component\Form\Form {#1004 …} } |
| form | Symfony\Component\Form\FormView {#1172 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | [] |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Full name" ] |
[ "placeholder" => "Full name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#939 +payload: null +groups: ? ?array +message: "Please enter your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#940 +payload: null +groups: ? ?array +maxMessage: "Name cannot be longer than {{ limit }} characters." +minMessage: "Name must be at least {{ limit }} characters long." +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: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#941 +payload: null +groups: ? ?array +message: "Name contains invalid characters. Only letters, spaces, hyphens, and apostrophes are allowed." +pattern: "/^[\p{L}\s\-']+$/u" +htmlPattern: null +match: true +normalizer: null } App\Validator\NoProfanity {#942 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#943 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#939 +payload: null +groups: ? ?array +message: "Please enter your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#940 +payload: null +groups: ? ?array +maxMessage: "Name cannot be longer than {{ limit }} characters." +minMessage: "Name must be at least {{ limit }} characters long." +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: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#941 +payload: null +groups: ? ?array +message: "Name contains invalid characters. Only letters, spaces, hyphens, and apostrophes are allowed." +pattern: "/^[\p{L}\s\-']+$/u" +htmlPattern: null +match: true +normalizer: null } App\Validator\NoProfanity {#942 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#943 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
| label | "Full Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Full name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#939 +payload: null +groups: ? ?array +message: "Please enter your name." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#940 +payload: null +groups: ? ?array +maxMessage: "Name cannot be longer than {{ limit }} characters." +minMessage: "Name must be at least {{ limit }} characters long." +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: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#941 +payload: null +groups: ? ?array +message: "Name contains invalid characters. Only letters, spaces, hyphens, and apostrophes are allowed." +pattern: "/^[\p{L}\s\-']+$/u" +htmlPattern: null +match: true +normalizer: null } App\Validator\NoProfanity {#942 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#943 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: 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\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#945 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 | "Full 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#947 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#944 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Full name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1152 -errors: [] -form: Symfony\Component\Form\Form {#1007 …} } |
| form | Symfony\Component\Form\FormView {#1149 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | "Full Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your email" ] |
[ "placeholder" => "Your email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#970 +payload: null +groups: ? ?array +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#969 +payload: null +groups: ? ?array +message: "The email "{{ value }}" is not a valid email address." +mode: "html5" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#970 +payload: null +groups: ? ?array +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#969 +payload: null +groups: ? ?array +message: "The email "{{ value }}" is not a valid email address." +mode: "html5" +normalizer: null } ] |
| label | "Email Address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#970 +payload: null +groups: ? ?array +message: "Please enter your email address." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#969 +payload: null +groups: ? ?array +message: "The email "{{ value }}" is not a valid email address." +mode: "html5" +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\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#974 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 | "Email Address" |
| 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() {#976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#975 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1160 -errors: [] -form: Symfony\Component\Form\Form {#1010 …} } |
| form | Symfony\Component\Form\FormView {#1091 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "Email Address" |
| 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_email" |
| valid | true |
| value | "" |
subject
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 | [ "placeholder" => "Subject (optional)" ] |
[ "placeholder" => "Subject (optional)" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#968 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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\Regex {#967 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the subject." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#966 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#965 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#968 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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\Regex {#967 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the subject." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#966 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#965 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
| label | "Subject (optional)" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Subject (optional)" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#968 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ 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\Regex {#967 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the subject." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#966 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#965 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: 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\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#983 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 | "Subject (optional)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#984 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Subject (optional)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_subject" ] |
| cache_key | "_contact_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1087 -errors: [] -form: Symfony\Component\Form\Form {#1013 …} } |
| form | Symfony\Component\Form\FormView {#1192 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject" |
| label | "Subject (optional)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your message" "rows" => 5 ] |
[ "placeholder" => "Your message" "rows" => 5 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#964 +payload: null +groups: ? ?array +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#963 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message is too short. Please provide more details." +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: 3000 +min: 15 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#962 +payload: null +groups: ? ?array +message: "For security reasons, please do not include links/URLs in your message." +pattern: "/(http|https):\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/" +htmlPattern: null +match: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#961 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the message." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#960 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#959 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#964 +payload: null +groups: ? ?array +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#963 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message is too short. Please provide more details." +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: 3000 +min: 15 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#962 +payload: null +groups: ? ?array +message: "For security reasons, please do not include links/URLs in your message." +pattern: "/(http|https):\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/" +htmlPattern: null +match: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#961 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the message." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#960 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#959 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: null } ] |
| label | "Message" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your message" "rows" => 5 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#964 +payload: null +groups: ? ?array +message: "Please enter a message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#963 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your message is too short. Please provide more details." +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: 3000 +min: 15 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#962 +payload: null +groups: ? ?array +message: "For security reasons, please do not include links/URLs in your message." +pattern: "/(http|https):\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/" +htmlPattern: null +match: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#961 +payload: null +groups: ? ?array +message: "HTML tags are not allowed in the message." +pattern: "/<[^>]*>/" +htmlPattern: null +match: false +normalizer: null } App\Validator\NoProfanity {#960 +payload: null +groups: ? ?array +message: "The provided text contains inappropriate language. Please revise." +mode: "strict" } Symfony\Component\Validator\Constraints\NoSuspiciousCharacters {#959 +payload: null +groups: ? ?array +restrictionLevelMessage: "This value contains characters that are not allowed by the current restriction-level." +invisibleMessage: "Using invisible characters is not allowed." +mixedNumbersMessage: "Mixing numbers from different scripts is not allowed." +hiddenOverlayMessage: "Using hidden overlay characters is not allowed." +checks: 416 +restrictionLevel: null +locales: 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\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#996 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 | "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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#997 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your message" "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1186 -errors: [] -form: Symfony\Component\Form\Form {#1016 …} } |
| form | Symfony\Component\Form\FormView {#1179 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "Message" |
| 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_message" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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\SameOriginCsrfTokenManager {#509 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#221 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#455 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1189 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() {#1184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#73 …} $message: Closure() {#1180 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1205 -errors: [] -form: Symfony\Component\Form\Form {#1201 …} } |
| form | Symfony\Component\Form\FormView {#1196 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__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__token" |
| valid | true |
| value | "csrf-token" |