Forms
-
new_lead_web_form
-
firstname
-
lastname
-
phone1
-
phone2
-
email1
-
address
-
submit
-
captcha
-
_token
-
new_lead_web_form
Form type:
"App\Form\Dashboard\crm\leads\NewLeadWebFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "prospects_leads_form" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | "App\Entity\Lead" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Lead" } } |
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 | "forms" |
trim | true |
upload_max_size_message | Closure() {#1624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1623 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "new_lead_web_form" "_new_lead_web_form" ] |
cache_key | "_new_lead_web_form_new_lead_web_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1673 -errors: [] -form: Symfony\Component\Form\Form {#1653 …} } |
form | Symfony\Component\Form\FormView {#1625 …5} |
full_name | "new_lead_web_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "new_lead_web_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form" |
valid | true |
value | null |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.firstname" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.firstname" "class" => "form-control" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.firstname" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1778 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.firstname" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_firstname" ] |
cache_key | "_new_lead_web_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1735 -errors: [] -form: Symfony\Component\Form\Form {#1640 …} } |
form | Symfony\Component\Form\FormView {#1764 …5} |
full_name | "new_lead_web_form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_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 | "forms" |
unique_block_prefix | "_new_lead_web_form_firstname" |
uses_autocomplete | false |
valid | true |
value | "" |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.lastname" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.lastname" "class" => "form-control" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.lastname" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1709 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.lastname" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_lastname" ] |
cache_key | "_new_lead_web_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1718 -errors: [] -form: Symfony\Component\Form\Form {#1648 …} } |
form | Symfony\Component\Form\FormView {#1728 …5} |
full_name | "new_lead_web_form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_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 | "forms" |
unique_block_prefix | "_new_lead_web_form_lastname" |
uses_autocomplete | false |
valid | true |
value | "" |
phone1
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone1" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.phone1" "class" => "form-control" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone1" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1720 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone1" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_phone1" ] |
cache_key | "_new_lead_web_form_phone1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1780 -errors: [] -form: Symfony\Component\Form\Form {#1644 …} } |
form | Symfony\Component\Form\FormView {#1686 …5} |
full_name | "new_lead_web_form[phone1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_phone1" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_phone1" |
uses_autocomplete | false |
valid | true |
value | "" |
phone2
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone2" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.phone2" "class" => "form-control" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone2" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1711 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.phone2" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_phone2" ] |
cache_key | "_new_lead_web_form_phone2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1684 -errors: [] -form: Symfony\Component\Form\Form {#1649 …} } |
form | Symfony\Component\Form\FormView {#1683 …5} |
full_name | "new_lead_web_form[phone2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_phone2" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_phone2" |
uses_autocomplete | false |
valid | true |
value | "" |
email1
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.email1" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.email1" "class" => "form-control" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.email1" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1766 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.email1" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_email1" ] |
cache_key | "_new_lead_web_form_email1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1681 -errors: [] -form: Symfony\Component\Form\Form {#1786 …} } |
form | Symfony\Component\Form\FormView {#1682 …5} |
full_name | "new_lead_web_form[email1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_email1" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_email1" |
uses_autocomplete | false |
valid | true |
value | "" |
address
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.address" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "app.form.interaction.address" "class" => "form-control" ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.address" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1757 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "placeholder" => "app.form.interaction.address" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_new_lead_web_form_address" ] |
cache_key | "_new_lead_web_form_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1675 -errors: [] -form: Symfony\Component\Form\Form {#1695 …} } |
form | Symfony\Component\Form\FormView {#1656 …5} |
full_name | "new_lead_web_form[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_form_address" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_address" |
uses_autocomplete | false |
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 | [ "class" => "btn btn-custom-primary btn-block btn-lg" ] |
[ "class" => "btn btn-custom-primary btn-block btn-lg" ] |
label | "app.form.interaction.submit" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-custom-primary btn-block btn-lg" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "app.form.interaction.submit" |
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 | [ "class" => "btn btn-custom-primary btn-block btn-lg" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_new_lead_web_form_submit" ] |
cache_key | "_new_lead_web_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1651 …5} |
full_name | "new_lead_web_form[submit]" |
id | "new_lead_web_form_submit" |
label | "app.form.interaction.submit" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_submit" |
value | null |
captcha
Form type:
"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 | "prospects_leads_form" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1630 +payload: null +groups: ? ?array +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1630 +payload: null +groups: ? ?array +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "prospects_leads_form" |
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 {#1630 +payload: null +groups: ? ?array +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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1668 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() {#1670 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1669 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "prospects_leads_form" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_new_lead_web_form_captcha" ] |
cache_key | "_new_lead_web_form_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1794 -errors: [] -form: Symfony\Component\Form\Form {#1690 …} } |
form | Symfony\Component\Form\FormView {#1652 …5} |
full_name | "new_lead_web_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.recaptcha.net" |
id | "new_lead_web_form_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 | "6LflfUgqAAAAAPkIiqFYnNXDT2GC-w8cdTb5acsA" |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_new_lead_web_form_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "961a65d4966a83a3f9.sTZHKTic_ohMKtyTpnjYwDdEYJt_KxTI4S2C1AkZvSw.4VATfl6tjMAgWq_p3jWN-G0OJqwSblmulEjSsVp_7kPffHVBTuSJ3z557A" |
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 | "961a65d4966a83a3f9.sTZHKTic_ohMKtyTpnjYwDdEYJt_KxTI4S2C1AkZvSw.4VATfl6tjMAgWq_p3jWN-G0OJqwSblmulEjSsVp_7kPffHVBTuSJ3z557A" |
same as passed value |
mapped | false |
false
|
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#967 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#966 …} -namespace: Closure() {#971 …} } |
data | "961a65d4966a83a3f9.sTZHKTic_ohMKtyTpnjYwDdEYJt_KxTI4S2C1AkZvSw.4VATfl6tjMAgWq_p3jWN-G0OJqwSblmulEjSsVp_7kPffHVBTuSJ3z557A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1796 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() {#1798 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1795 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_new_lead_web_form__token" ] |
cache_key | "_new_lead_web_form__token_hidden" |
compound | false |
data | "961a65d4966a83a3f9.sTZHKTic_ohMKtyTpnjYwDdEYJt_KxTI4S2C1AkZvSw.4VATfl6tjMAgWq_p3jWN-G0OJqwSblmulEjSsVp_7kPffHVBTuSJ3z557A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1808 -errors: [] -form: Symfony\Component\Form\Form {#1804 …} } |
form | Symfony\Component\Form\FormView {#1799 …5} |
full_name | "new_lead_web_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "new_lead_web_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 | "forms" |
unique_block_prefix | "_new_lead_web_form__token" |
valid | true |
value | "961a65d4966a83a3f9.sTZHKTic_ohMKtyTpnjYwDdEYJt_KxTI4S2C1AkZvSw.4VATfl6tjMAgWq_p3jWN-G0OJqwSblmulEjSsVp_7kPffHVBTuSJ3z557A" |