Forms
-
free_trial_form
-
workEmail
-
firstName
-
lastName
-
organization
-
password
-
1confirmPassword
-
g-recaptcha-response
-
_token
-
free_trial_form
Form type:
"App\Form\FreeTrialFormType"
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "workEmail" => "david.decuir+50@icanhiot.com" "firstName" => "DAVID" "lastName" => "DECUIR" "organization" => "ican" "password" => "Krisnn081383!" "g-recaptcha-response" => null ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "free_trial_form" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2029 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() {#2043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2042 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "free_trial_form" "_free_trial_form" ] |
| cache_key | "_free_trial_form_free_trial_form" |
| compound | true |
| data | [ "workEmail" => "david.decuir+50@icanhiot.com" "firstName" => "DAVID" "lastName" => "DECUIR" "organization" => "ican" "password" => "Krisnn081383!" "g-recaptcha-response" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2213 -form: Symfony\Component\Form\Form {#2142 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3027 …5} |
| full_name | "free_trial_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "free_trial_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form" |
| valid | false |
| value | [ "workEmail" => "david.decuir+50@icanhiot.com" "firstName" => "DAVID" "lastName" => "DECUIR" "organization" => "ican" "password" => "Krisnn081383!" "g-recaptcha-response" => null ] |
workEmail
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "david.decuir+50@icanhiot.com" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "your.email@company.com" ] |
[ "class" => "form-control" "placeholder" => "your.email@company.com" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2105 +payload: null +groups: [ "Default" ] +message: "Work email is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +groups: [ "Default" ] +message: "Please enter a valid email address." +mode: "loose" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2105 +payload: null +groups: [ "Default" ] +message: "Work email is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +groups: [ "Default" ] +message: "Please enter a valid email address." +mode: "loose" +normalizer: null } ] |
| label | "Work Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "your.email@company.com" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2105 +payload: null +groups: [ "Default" ] +message: "Work email is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2072 +payload: null +groups: [ "Default" ] +message: "Please enter a valid email address." +mode: "loose" +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2064 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 | "Work Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2066 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "your.email@company.com" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_free_trial_form_workEmail" ] |
| cache_key | "_free_trial_form_workEmail_email" |
| compound | false |
| data | "david.decuir+50@icanhiot.com" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2934 -form: Symfony\Component\Form\Form {#2180 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3018 …5} |
| full_name | "free_trial_form[workEmail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_workEmail" |
| label | "Work Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "workEmail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_workEmail" |
| valid | true |
| value | "david.decuir+50@icanhiot.com" |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "DAVID" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "John" ] |
[ "class" => "form-control" "placeholder" => "John" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2059 +payload: null +groups: [ "Default" ] +message: "First name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2060 +payload: null +groups: [ "Default" ] +maxMessage: "First name cannot be longer than {{ limit }} characters." +minMessage: "First 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2059 +payload: null +groups: [ "Default" ] +message: "First name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2060 +payload: null +groups: [ "Default" ] +maxMessage: "First name cannot be longer than {{ limit }} characters." +minMessage: "First 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "First Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "John" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2059 +payload: null +groups: [ "Default" ] +message: "First name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2060 +payload: null +groups: [ "Default" ] +maxMessage: "First name cannot be longer than {{ limit }} characters." +minMessage: "First 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2045 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 | "First 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2076 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2075 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "John" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_free_trial_form_firstName" ] |
| cache_key | "_free_trial_form_firstName_text" |
| compound | false |
| data | "DAVID" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3028 -form: Symfony\Component\Form\Form {#2183 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3021 …5} |
| full_name | "free_trial_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_firstName" |
| label | "First Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_firstName" |
| valid | true |
| value | "DAVID" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "DECUIR" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Doe" ] |
[ "class" => "form-control" "placeholder" => "Doe" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2050 +payload: null +groups: [ "Default" ] +message: "Last name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2051 +payload: null +groups: [ "Default" ] +maxMessage: "Last name cannot be longer than {{ limit }} characters." +minMessage: "Last 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2050 +payload: null +groups: [ "Default" ] +message: "Last name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2051 +payload: null +groups: [ "Default" ] +maxMessage: "Last name cannot be longer than {{ limit }} characters." +minMessage: "Last 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Last Name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Doe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2050 +payload: null +groups: [ "Default" ] +message: "Last name is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2051 +payload: null +groups: [ "Default" ] +maxMessage: "Last name cannot be longer than {{ limit }} characters." +minMessage: "Last 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: 50 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2083 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 | "Last 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2084 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Doe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_free_trial_form_lastName" ] |
| cache_key | "_free_trial_form_lastName_text" |
| compound | false |
| data | "DECUIR" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3029 -form: Symfony\Component\Form\Form {#2186 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3030 …5} |
| full_name | "free_trial_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_lastName" |
| label | "Last Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_lastName" |
| valid | true |
| value | "DECUIR" |
organization
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
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "ican" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Your Company Name" ] |
[ "class" => "form-control" "placeholder" => "Your Company Name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2052 +payload: null +groups: [ "Default" ] +message: "Organization is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2053 +payload: null +groups: [ "Default" ] +maxMessage: "Organization name cannot be longer than {{ limit }} characters." +minMessage: "Organization 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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2052 +payload: null +groups: [ "Default" ] +message: "Organization is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2053 +payload: null +groups: [ "Default" ] +maxMessage: "Organization name cannot be longer than {{ limit }} characters." +minMessage: "Organization 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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Organization" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Your Company Name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2052 +payload: null +groups: [ "Default" ] +message: "Organization is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2053 +payload: null +groups: [ "Default" ] +maxMessage: "Organization name cannot be longer than {{ limit }} characters." +minMessage: "Organization 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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2092 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 | "Organization" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2093 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Your Company Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_free_trial_form_organization" ] |
| cache_key | "_free_trial_form_organization_text" |
| compound | false |
| data | "ican" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2073 -form: Symfony\Component\Form\Form {#2144 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3006 …5} |
| full_name | "free_trial_form[organization]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_organization" |
| label | "Organization" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "organization" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_organization" |
| valid | true |
| value | "ican" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "Krisnn081383!" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "minlength" => 10 ] |
[ "class" => "form-control" "minlength" => 10 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2054 +payload: null +groups: [ "Default" ] +message: "Password is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2055 +payload: null +groups: [ "Default" ] +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: "Password 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: 4096 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2054 +payload: null +groups: [ "Default" ] +message: "Password is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2055 +payload: null +groups: [ "Default" ] +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: "Password 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: 4096 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Password" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" "minlength" => 10 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2054 +payload: null +groups: [ "Default" ] +message: "Password is required." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2055 +payload: null +groups: [ "Default" ] +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: "Password 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: 4096 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2101 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2109 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "minlength" => 10 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_free_trial_form_password" ] |
| cache_key | "_free_trial_form_password_password" |
| compound | false |
| data | "Krisnn081383!" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3022 -form: Symfony\Component\Form\Form {#2147 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3017 …5} |
| full_name | "free_trial_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_password" |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_password" |
| valid | true |
| value | "" |
confirmPassword
Errors
| Message | Origin | Cause |
|---|---|---|
| Passwords do not match. | Unknown. | Caused by: |
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "Krisann081383!" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "minlength" => 10 ] |
[ "class" => "form-control" "minlength" => 10 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2056 +payload: null +groups: [ "Default" ] +message: "Please confirm your password." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2056 +payload: null +groups: [ "Default" ] +message: "Please confirm your password." +allowNull: false +normalizer: null } ] |
| label | "Confirm Password" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" "minlength" => 10 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2056 +payload: null +groups: [ "Default" ] +message: "Please confirm your password." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2121 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Confirm Password" |
| 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 | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2122 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "minlength" => 10 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_free_trial_form_confirmPassword" ] |
| cache_key | "_free_trial_form_confirmPassword_password" |
| compound | false |
| data | "Krisann081383!" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3024 -form: Symfony\Component\Form\Form {#2150 …} -errors: [ Symfony\Component\Form\FormError {#2829 #messageTemplate: "Passwords do not match." #messageParameters: [] #messagePluralization: null -message: "Passwords do not match." -cause: null -origin: Symfony\Component\Form\Form {#2150 …} } ] } |
| form | Symfony\Component\Form\FormView {#3023 …5} |
| full_name | "free_trial_form[confirmPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_confirmPassword" |
| label | "Confirm Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "confirmPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_confirmPassword" |
| valid | false |
| value | "" |
g-recaptcha-response
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2057 +payload: null +groups: [ "Default" ] +message: "Recaptcha validation failed." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2057 +payload: null +groups: [ "Default" ] +message: "Recaptcha validation failed." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
same as passed value |
| mapped | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#2057 +payload: null +groups: [ "Default" ] +message: "Recaptcha validation failed." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| language | "en" |
| mapped | 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 |
| public_key | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#2135 …} $translationDomain: "validators" } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_free_trial_form_g-recaptcha-response" ] |
| cache_key | "_free_trial_form_g-recaptcha-response_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3026 -form: Symfony\Component\Form\Form {#2153 …} -errors: [] } |
| ewz_recaptcha_ajax | false |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | true |
| form | Symfony\Component\Form\FormView {#3025 …5} |
| full_name | "free_trial_form[g-recaptcha-response]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form_g-recaptcha-response" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "g-recaptcha-response" |
| priority | 0 |
| public_key | "6Lc2TAslAAAAAJ5_ZDO6X_FSikn_4WAI4T7gO0rg" |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form_g-recaptcha-response" |
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=en" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5a4a9f55301221f6973da1f.tki3hJYytK7BE7904-QBzhq-de5498z3D02MnK8QlMw.7ify1dJW-NaAR_EOjKNKnin8J7Yuk_6HZAbm5fZorI_Hftbv9HX364R21A" |
| 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 | "5a4a9f55301221f6973da1f.tki3hJYytK7BE7904-QBzhq-de5498z3D02MnK8QlMw.7ify1dJW-NaAR_EOjKNKnin8J7Yuk_6HZAbm5fZorI_Hftbv9HX364R21A" |
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 {#2010 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2007 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1854 …} -namespace: Closure() {#1990 …} } |
| data | "5a4a9f55301221f6973da1f.tki3hJYytK7BE7904-QBzhq-de5498z3D02MnK8QlMw.7ify1dJW-NaAR_EOjKNKnin8J7Yuk_6HZAbm5fZorI_Hftbv9HX364R21A" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2941 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() {#3032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#401 …} $message: Closure() {#3019 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_free_trial_form__token" ] |
| cache_key | "_free_trial_form__token_hidden" |
| compound | false |
| data | "5a4a9f55301221f6973da1f.tki3hJYytK7BE7904-QBzhq-de5498z3D02MnK8QlMw.7ify1dJW-NaAR_EOjKNKnin8J7Yuk_6HZAbm5fZorI_Hftbv9HX364R21A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3042 -form: Symfony\Component\Form\Form {#3038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3033 …5} |
| full_name | "free_trial_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "free_trial_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_free_trial_form__token" |
| valid | true |
| value | "5a4a9f55301221f6973da1f.tki3hJYytK7BE7904-QBzhq-de5498z3D02MnK8QlMw.7ify1dJW-NaAR_EOjKNKnin8J7Yuk_6HZAbm5fZorI_Hftbv9HX364R21A" |