Forms
-
contact
-
name
-
email
-
phone
-
subject
-
message
-
agree
-
_token
-
-
credit_transfer
-
studentCityId
-
firstName
-
lastName
-
contactNo
-
email
-
usiNumber
-
captcha
-
submit
-
_token
-
contact
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#812 #id: ? Symfony\Component\Uid\Uuid #publishedAt: DateTimeImmutable @1754922964 {#829 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #updatedAt: DateTimeImmutable @1754922964 {#839 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #status: "no" -name: null -email: null -phone: null -subject: null -message: null -agree: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#812 #id: ? Symfony\Component\Uid\Uuid #publishedAt: DateTimeImmutable @1754922964 {#829 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #updatedAt: DateTimeImmutable @1754922964 {#839 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #status: "no" -name: null -email: null -phone: null -subject: null -message: null -agree: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data | App\Entity\Contact {#812 #id: ? Symfony\Component\Uid\Uuid #publishedAt: DateTimeImmutable @1754922964 {#829 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #updatedAt: DateTimeImmutable @1754922964 {#839 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #status: "no" -name: null -email: null -phone: null -subject: null -message: null -agree: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
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() {#784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#753 …} $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 | App\Entity\Contact {#812 #id: ? Symfony\Component\Uid\Uuid #publishedAt: DateTimeImmutable @1754922964 {#829 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #updatedAt: DateTimeImmutable @1754922964 {#839 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #status: "no" -name: null -email: null -phone: null -subject: null -message: null -agree: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#915 -form: Symfony\Component\Form\Form {#1246 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#903 …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 | App\Entity\Contact {#812 #id: ? Symfony\Component\Uid\Uuid #publishedAt: DateTimeImmutable @1754922964 {#829 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #updatedAt: DateTimeImmutable @1754922964 {#839 date: 2025-08-11 14:36:04.995557 UTC (+00:00) } #status: "no" -name: null -email: null -phone: null -subject: null -message: null -agree: null } |
name
"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 ] |
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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1294 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#871 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 100 ] |
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 {#1027 -form: Symfony\Component\Form\Form {#941 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1034 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name" |
valid | true |
value | "" |
"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 ] |
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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1287 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1292 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 100 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_email" ] |
cache_key | "_contact_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1068 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
phone
"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 ] |
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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1290 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1274 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 100 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_phone" ] |
cache_key | "_contact_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1070 -form: Symfony\Component\Form\Form {#930 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1096 …5} |
full_name | "contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_phone" |
valid | true |
value | "" |
subject
"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 ] |
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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1265 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 100 ] |
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 {#1026 -form: Symfony\Component\Form\Form {#1229 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1015 …5} |
full_name | "contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_subject" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
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 |
---|---|---|
required | 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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1257 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1267 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#989 -form: Symfony\Component\Form\Form {#1226 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#974 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message" |
valid | true |
value | "" |
agree
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 |
---|---|---|
required | 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 | [] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1210 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1214 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_contact_agree" ] |
cache_key | "_contact_agree_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#890 -form: Symfony\Component\Form\Form {#1222 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1281 …5} |
full_name | "contact[agree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_agree" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agree" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_agree" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "157b.Y-o5wNJy19p1kbPEvTD7yA49CuWrjmI0KTiM_4tsYgg.UahYlYc8pLEvw-Oo2wmRrkBWOpPqvil6f2j9lMY5N1tb3FaWqwezrSPF2A" |
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 | "157b.Y-o5wNJy19p1kbPEvTD7yA49CuWrjmI0KTiM_4tsYgg.UahYlYc8pLEvw-Oo2wmRrkBWOpPqvil6f2j9lMY5N1tb3FaWqwezrSPF2A" |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data | "157b.Y-o5wNJy19p1kbPEvTD7yA49CuWrjmI0KTiM_4tsYgg.UahYlYc8pLEvw-Oo2wmRrkBWOpPqvil6f2j9lMY5N1tb3FaWqwezrSPF2A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1099 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() {#1110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1111 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "157b.Y-o5wNJy19p1kbPEvTD7yA49CuWrjmI0KTiM_4tsYgg.UahYlYc8pLEvw-Oo2wmRrkBWOpPqvil6f2j9lMY5N1tb3FaWqwezrSPF2A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#909 -form: Symfony\Component\Form\Form {#1104 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1113 …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 | "157b.Y-o5wNJy19p1kbPEvTD7yA49CuWrjmI0KTiM_4tsYgg.UahYlYc8pLEvw-Oo2wmRrkBWOpPqvil6f2j9lMY5N1tb3FaWqwezrSPF2A" |
credit_transfer
"App\Form\CreditTransferType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\CreditTransfer {#822 #id: ? Symfony\Component\Uid\Uuid #publishedAt: null #updatedAt: null #status: ? string -studentCityId: null -firstName: null -lastName: null -email: null -usiNumber: null -contactNo: null -course: null -codeTitles: null -resultDocuments: null -resultDocumentsCheck: false -attainmentDocuments: null -attainmentDocumentsCheck: false -additionalDocuments: null -additionalDocumentsCheck: false -studentName: null -studentSignature: null -studentDate: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\CreditTransfer {#822 #id: ? Symfony\Component\Uid\Uuid #publishedAt: null #updatedAt: null #status: ? string -studentCityId: null -firstName: null -lastName: null -email: null -usiNumber: null -contactNo: null -course: null -codeTitles: null -resultDocuments: null -resultDocumentsCheck: false -attainmentDocuments: null -attainmentDocumentsCheck: false -additionalDocuments: null -additionalDocumentsCheck: false -studentName: null -studentSignature: null -studentDate: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data | App\Entity\CreditTransfer {#822 #id: ? Symfony\Component\Uid\Uuid #publishedAt: null #updatedAt: null #status: ? string -studentCityId: null -firstName: null -lastName: null -email: null -usiNumber: null -contactNo: null -course: null -codeTitles: null -resultDocuments: null -resultDocumentsCheck: false -attainmentDocuments: null -attainmentDocumentsCheck: false -additionalDocuments: null -additionalDocumentsCheck: false -studentName: null -studentSignature: null -studentDate: null } |
data_class | "App\Entity\CreditTransfer" |
disabled | false |
empty_data | Closure(FormInterface $form) {#898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\CreditTransfer" } } |
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() {#904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#900 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "credit_transfer" "_credit_transfer" ] |
cache_key | "_credit_transfer_credit_transfer" |
compound | true |
data | App\Entity\CreditTransfer {#822 #id: ? Symfony\Component\Uid\Uuid #publishedAt: null #updatedAt: null #status: ? string -studentCityId: null -firstName: null -lastName: null -email: null -usiNumber: null -contactNo: null -course: null -codeTitles: null -resultDocuments: null -resultDocumentsCheck: false -attainmentDocuments: null -attainmentDocumentsCheck: false -additionalDocuments: null -additionalDocumentsCheck: false -studentName: null -studentSignature: null -studentDate: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1118 -form: Symfony\Component\Form\Form {#1066 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1119 …5} |
full_name | "credit_transfer" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "credit_transfer" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer" |
valid | true |
value | App\Entity\CreditTransfer {#822 #id: ? Symfony\Component\Uid\Uuid #publishedAt: null #updatedAt: null #status: ? string -studentCityId: null -firstName: null -lastName: null -email: null -usiNumber: null -contactNo: null -course: null -codeTitles: null -resultDocuments: null -resultDocumentsCheck: false -attainmentDocuments: null -attainmentDocumentsCheck: false -additionalDocuments: null -additionalDocumentsCheck: false -studentName: null -studentSignature: null -studentDate: null } |
studentCityId
"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 | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Student City ID." "placeholder" => "Student City ID" ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Student City ID." "placeholder" => "Student City ID" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Student City ID." "placeholder" => "Student City ID" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#912 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#913 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Student City ID." "placeholder" => "Student City ID" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_credit_transfer_studentCityId" ] |
cache_key | "_credit_transfer_studentCityId_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1123 -form: Symfony\Component\Form\Form {#1064 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1122 …5} |
full_name | "credit_transfer[studentCityId]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_studentCityId" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "studentCityId" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_studentCityId" |
valid | true |
value | "" |
firstName
"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 | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your First Name." "placeholder" => "First Name" ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your First Name." "placeholder" => "First Name" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your First Name." "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#922 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your First Name." "placeholder" => "First Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_credit_transfer_firstName" ] |
cache_key | "_credit_transfer_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1124 -form: Symfony\Component\Form\Form {#1061 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1125 …5} |
full_name | "credit_transfer[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_firstName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_firstName" |
valid | true |
value | "" |
lastName
"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 | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Last Name." "placeholder" => "Last Name" ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Last Name." "placeholder" => "Last Name" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Last Name." "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1235 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Last Name." "placeholder" => "Last Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_credit_transfer_lastName" ] |
cache_key | "_credit_transfer_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1126 -form: Symfony\Component\Form\Form {#1058 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1127 …5} |
full_name | "credit_transfer[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_lastName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_lastName" |
valid | true |
value | "" |
contactNo
"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 | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Contact Number." "placeholder" => "Contact No." ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Contact Number." "placeholder" => "Contact No." ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Contact Number." "placeholder" => "Contact No." ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#879 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#870 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Contact Number." "placeholder" => "Contact No." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_credit_transfer_contactNo" ] |
cache_key | "_credit_transfer_contactNo_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1128 -form: Symfony\Component\Form\Form {#1055 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1129 …5} |
full_name | "credit_transfer[contactNo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_contactNo" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contactNo" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_contactNo" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Email Address." "placeholder" => "Email" ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Email Address." "placeholder" => "Email" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Email Address." "placeholder" => "Email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#972 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#897 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your Email Address." "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_credit_transfer_email" ] |
cache_key | "_credit_transfer_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1130 -form: Symfony\Component\Form\Form {#1052 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1131 …5} |
full_name | "credit_transfer[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_email" |
valid | true |
value | "" |
usiNumber
"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 | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your USI Number." "placeholder" => "USI Number" ] |
[ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your USI Number." "placeholder" => "USI Number" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your USI Number." "placeholder" => "USI Number" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
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 | 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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#990 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "maxlength" => 100 "data-msg-required" => "Please enter your USI Number." "placeholder" => "USI Number" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_credit_transfer_usiNumber" ] |
cache_key | "_credit_transfer_usiNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1132 -form: Symfony\Component\Form\Form {#1049 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1133 …5} |
full_name | "credit_transfer[usiNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer_usiNumber" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "usiNumber" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_usiNumber" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
---|---|---|
action_name | "home" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#923 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#923 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "en" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "home" |
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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#923 +payload: null +groups: ? +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1012 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 | [] |
host | null |
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 | [] |
locale | "en" |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1014 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1013 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "home" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_credit_transfer_captcha" ] |
cache_key | "_credit_transfer_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1134 -form: Symfony\Component\Form\Form {#1046 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1135 …5} |
full_name | "credit_transfer[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "credit_transfer_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "en" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "my_site_key" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_credit_transfer_captcha" |
valid | true |
value | "" |
submit
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "id" => "sendForm" "class" => "default-btn btn active" ] |
[ "id" => "sendForm" "class" => "default-btn btn active" ] |
label | "Send Details" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "id" => "sendForm" "class" => "default-btn btn active" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Send Details" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "id" => "sendForm" "class" => "default-btn btn active" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_credit_transfer_submit" ] |
cache_key | "_credit_transfer_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1137 …5} |
full_name | "credit_transfer[submit]" |
id | "credit_transfer_submit" |
label | "Send Details" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_credit_transfer_submit" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "917c258da49fbd664c1ccfe.ljovDfP2-HTVJ3RWJuxdrTNamoYEScbO_HuROWvj16c.xQ1sRqCAgUSHcxgYapQ3nXwtqONNL62Cvgz2XSOopJPBCl4gt6LLWZxSEw" |
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 | "917c258da49fbd664c1ccfe.ljovDfP2-HTVJ3RWJuxdrTNamoYEScbO_HuROWvj16c.xQ1sRqCAgUSHcxgYapQ3nXwtqONNL62Cvgz2XSOopJPBCl4gt6LLWZxSEw" |
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 {#795 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#801 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#799 …} -namespace: Closure() {#800 …} } |
data | "917c258da49fbd664c1ccfe.ljovDfP2-HTVJ3RWJuxdrTNamoYEScbO_HuROWvj16c.xQ1sRqCAgUSHcxgYapQ3nXwtqONNL62Cvgz2XSOopJPBCl4gt6LLWZxSEw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1120 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() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1136 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_credit_transfer__token" ] |
cache_key | "_credit_transfer__token_hidden" |
compound | false |
data | "917c258da49fbd664c1ccfe.ljovDfP2-HTVJ3RWJuxdrTNamoYEScbO_HuROWvj16c.xQ1sRqCAgUSHcxgYapQ3nXwtqONNL62Cvgz2XSOopJPBCl4gt6LLWZxSEw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1148 -form: Symfony\Component\Form\Form {#1144 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1139 …5} |
full_name | "credit_transfer[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "credit_transfer__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 | "_credit_transfer__token" |
valid | true |
value | "917c258da49fbd664c1ccfe.ljovDfP2-HTVJ3RWJuxdrTNamoYEScbO_HuROWvj16c.xQ1sRqCAgUSHcxgYapQ3nXwtqONNL62Cvgz2XSOopJPBCl4gt6LLWZxSEw" |