- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 106
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- HTTP Client
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
country
-
recipient
-
name
-
email
-
subject
-
message
-
attachement
-
recaptcha_v3
-
submit
-
string_city_processor_string
-
_token
-
contact
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "boltforms" ] |
[ "class" => "boltforms" ] |
| data | [] |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "boltforms" ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3383 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#3379 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3375 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "boltforms" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_contact" ] |
| cache_key | "_contact_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3280 -form: Symfony\Component\Form\Form {#3660 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3325 …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 | true |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | [] |
country
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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" => "text-[11px] bg-transparent border-0 leading-none" ] |
[ "class" => "text-[11px] bg-transparent border-0 leading-none" ] |
| choices | [ "Morocco" => "Morocco" "UAE" => "UAE" ] |
[ "Morocco" => "Morocco" "UAE" => "UAE" ] |
| constraints | [] |
same as passed value |
| label | "Origin" |
same as passed value |
| multiple | 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" => "text-[11px] bg-transparent border-0 leading-none" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Morocco" => "Morocco" "UAE" => "UAE" ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | 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 | "Origin" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3432 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-[11px] bg-transparent border-0 leading-none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_country" ] |
| cache_key | "_contact_country_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3680 +label: "Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3692 +label: "UAE" +value: "UAE" +data: "UAE" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3687 -form: Symfony\Component\Form\Form {#3717 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3688 …5} |
| full_name | "contact[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_country" |
| is_selected | Closure($choice, $value) {#3268 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3166 …} } |
| label | "Origin" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_country" |
| valid | true |
| value | "" |
recipient
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "select recipients" "class" => "text-[11px] bg-transparent border-0" ] |
[ "placeholder" => "select recipients" "class" => "text-[11px] bg-transparent border-0" ] |
| choices | [ "Select Recipient" => "" "Events" => "Events" "Phygital" => "Phygital" "Guerrilla Marketing" => "Guerrilla Marketing" "Popup Stores" => "Popup Stores" "Recruiting" => "Recruiting" ] |
[ "Select Recipient" => "" "Events" => "Events" "Phygital" => "Phygital" "Guerrilla Marketing" => "Guerrilla Marketing" "Popup Stores" => "Popup Stores" "Recruiting" => "Recruiting" ] |
| constraints | [] |
same as passed value |
| label | "Recipient" |
same as passed value |
| multiple | 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 | [ "placeholder" => "select recipients" "class" => "text-[11px] bg-transparent border-0" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Select Recipient" => "" "Events" => "Events" "Phygital" => "Phygital" "Guerrilla Marketing" => "Guerrilla Marketing" "Popup Stores" => "Popup Stores" "Recruiting" => "Recruiting" ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | 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 | "Recipient" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3413 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "select recipients" "class" => "text-[11px] bg-transparent border-0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_recipient" ] |
| cache_key | "_contact_recipient_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "Select Recipient" +value: "" +data: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "Events" +value: "Events" +data: "Events" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "Phygital" +value: "Phygital" +data: "Phygital" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "Guerrilla Marketing" +value: "Guerrilla Marketing" +data: "Guerrilla Marketing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +label: "Popup Stores" +value: "Popup Stores" +data: "Popup Stores" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +label: "Recruiting" +value: "Recruiting" +data: "Recruiting" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3695 -form: Symfony\Component\Form\Form {#3715 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3320 …5} |
| full_name | "contact[recipient]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recipient" |
| is_selected | Closure($choice, $value) {#3719 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3166 …} } |
| label | "Recipient" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "recipient" |
| placeholder | null |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_recipient" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Name" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
[ "placeholder" => "Name" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3362 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3362 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Name" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3362 +payload: null +message: "This value should not be blank." +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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#3351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3346 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Name" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| 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 {#3720 -form: Symfony\Component\Form\Form {#3709 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3686 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Email" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
[ "placeholder" => "Email" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3308 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3162 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3308 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3162 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Email address" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Email" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3308 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3162 +payload: null +message: "This value is not a valid email address." +mode: null +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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3352 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | "Email address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#3181 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3338 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Email" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3684 -form: Symfony\Component\Form\Form {#3644 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3685 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "Email address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
subject
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Subject" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
[ "placeholder" => "Subject" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3336 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3336 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Subject" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Subject" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3336 +payload: null +message: "This value should not be blank." +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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#3177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3176 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Subject" "class" => "text-[12px] get-in-touch-input focused bg-transparent block pb-[10px] outline-none w-full font-medium border-b-2 appearance-none peer transition-all duration-200 ease-in-out focus:border-b-primary border-b-white placeholder-white" ] |
| 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 {#3682 -form: Symfony\Component\Form\Form {#3639 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3681 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject" |
| label | "Subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject" |
| valid | true |
| value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => null "class" => "text-[12px] outline-none pl-[10px] transition-all duration-200 ease-in-out w-[100%] md:w-[430px] font-medium border-b-2 appearance-none transition-all duration-200 ease-in-out focus:border-primary border-2 border-white resize-none" ] |
[ "placeholder" => null "class" => "text-[12px] outline-none pl-[10px] transition-all duration-200 ease-in-out w-[100%] md:w-[430px] font-medium border-b-2 appearance-none transition-all duration-200 ease-in-out focus:border-primary border-2 border-white resize-none" ] |
| constraints | [] |
same as passed value |
| label | "What would you like to say ?" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => null "class" => "text-[12px] outline-none pl-[10px] transition-all duration-200 ease-in-out w-[100%] md:w-[430px] font-medium border-b-2 appearance-none transition-all duration-200 ease-in-out focus:border-primary border-2 border-white resize-none" ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3185 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | "What would you like to say ?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#3191 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3186 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => null "class" => "text-[12px] outline-none pl-[10px] transition-all duration-200 ease-in-out w-[100%] md:w-[430px] font-medium border-b-2 appearance-none transition-all duration-200 ease-in-out focus:border-primary border-2 border-white resize-none" ] |
| 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 {#3652 -form: Symfony\Component\Form\Form {#3635 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3657 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "What would you like to say ?" |
| 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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
attachement
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "attachement invisible" ] |
[ "class" => "attachement invisible" ] |
| constraints | [ Symfony\Component\Validator\Constraints\File {#3159 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid PDF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 10000000 } ] |
[ Symfony\Component\Validator\Constraints\File {#3159 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid PDF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 10000000 } ] |
| label | "attachement" |
same as passed value |
| label_attr | [ "class" => "text-[12px] bg-transparent block outline-none w-full font-medium hidden" ] |
[ "class" => "text-[12px] bg-transparent block outline-none w-full font-medium hidden" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "attachement invisible" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\File {#3159 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid PDF" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 10000000 } ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| 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 | "attachement" |
| label_attr | [ "class" => "text-[12px] bg-transparent block outline-none w-full font-medium hidden" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#3735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3734 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "attachement invisible" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_contact_attachement" ] |
| cache_key | "_contact_attachement_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3656 -form: Symfony\Component\Form\Form {#3631 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3655 …5} |
| full_name | "contact[attachement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_attachement" |
| label | "attachement" |
| label_attr | [ "class" => "text-[12px] bg-transparent block outline-none w-full font-medium hidden" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "attachement" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_contact_attachement" |
| valid | true |
| value | "" |
recaptcha_v3
"Bolt\BoltForms\Form\CaptchaType"
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 |
|---|---|---|
| captcha_type | "recaptcha_v3" |
same as passed value |
| constraints | [ Bolt\BoltForms\Validator\Constraints\Recaptcha {#3424 +payload: null +incompleteMessage: "Please complete the CAPTCHA challenge." +message: "The CAPTCHA challenge failed with "{{ error }}". Please try again or contact the site owner." +secretKey: "6Lcs9xorAAAAADQUbpoMvJmyhkeZswrKAFyJMdd9" +siteKey: "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" +v3Threshold: 0.7 +v3ThresholdFailedMessage: "We've been unable to verify whether you're human! Please, try resubmitting the form." +recaptchaVersion: "recaptcha_v3" } ] |
[ Bolt\BoltForms\Validator\Constraints\Recaptcha {#3424 +payload: null +incompleteMessage: "Please complete the CAPTCHA challenge." +message: "The CAPTCHA challenge failed with "{{ error }}". Please try again or contact the site owner." +secretKey: "6Lcs9xorAAAAADQUbpoMvJmyhkeZswrKAFyJMdd9" +siteKey: "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" +v3Threshold: 0.7 +v3ThresholdFailedMessage: "We've been unable to verify whether you're human! Please, try resubmitting the form." +recaptchaVersion: "recaptcha_v3" } ] |
| recaptcha_public_key | "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" |
same as passed value |
| recaptcha_theme | "light|dark" |
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 |
| captcha_invisible | false |
| captcha_type | "recaptcha_v3" |
| compound | false |
| constraints | [ Bolt\BoltForms\Validator\Constraints\Recaptcha {#3424 +payload: null +incompleteMessage: "Please complete the CAPTCHA challenge." +message: "The CAPTCHA challenge failed with "{{ error }}". Please try again or contact the site owner." +secretKey: "6Lcs9xorAAAAADQUbpoMvJmyhkeZswrKAFyJMdd9" +siteKey: "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" +v3Threshold: 0.7 +v3ThresholdFailedMessage: "We've been unable to verify whether you're human! Please, try resubmitting the form." +recaptchaVersion: "recaptcha_v3" } ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3244 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hcaptcha_public_key | "" |
| hcaptcha_theme | "light" |
| 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 | [] |
| legacy_error_messages | true |
| 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 |
| recaptcha_public_key | "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" |
| recaptcha_theme | "light|dark" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3205 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3316 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "boltFormsCaptcha" "_contact_recaptcha_v3" ] |
| cache_key | "_contact_recaptcha_v3_boltFormsCaptcha" |
| captcha_invisible | false |
| captcha_type | "recaptcha_v3" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3654 -form: Symfony\Component\Form\Form {#3626 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3653 …5} |
| full_name | "contact[recaptcha_v3]" |
| hcaptcha_public_key | "" |
| hcaptcha_theme | "light" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recaptcha_v3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha_v3" |
| priority | 0 |
| recaptcha_public_key | "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" |
| recaptcha_theme | "light|dark" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_recaptcha_v3" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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" => "button primary g-recaptcha" "data-sitekey" => "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" "data-callback" => "onRecaptchaSubmittedContact" "data-action" => "contact" ] |
[ "class" => "button primary g-recaptcha" "data-sitekey" => "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" "data-callback" => "onRecaptchaSubmittedContact" "data-action" => "contact" ] |
| label | "Submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button primary g-recaptcha" "data-sitekey" => "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" "data-callback" => "onRecaptchaSubmittedContact" "data-action" => "contact" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "button primary g-recaptcha" "data-sitekey" => "6Lcs9xorAAAAAPGBtJbRgKjZaWnmmBVnRYyPX5KX" "data-callback" => "onRecaptchaSubmittedContact" "data-action" => "contact" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_submit" ] |
| cache_key | "_contact_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3651 …5} |
| full_name | "contact[submit]" |
| id | "contact_submit" |
| label | "Submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_submit" |
| value | null |
string_city_processor_string
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "tabindex" => "-1" "autocomplete" => "off" ] |
[ "tabindex" => "-1" "autocomplete" => "off" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "tabindex" => "-1" "autocomplete" => "off" ] |
| 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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3670 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3671 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "tabindex" => "-1" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_string_city_processor_string" ] |
| cache_key | "_contact_string_city_processor_string_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3650 -form: Symfony\Component\Form\Form {#3579 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3646 …5} |
| full_name | "contact[string_city_processor_string]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_string_city_processor_string" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "string_city_processor_string" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_string_city_processor_string" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "536d2.hCQpuUHZnCnneqRc_x9vaBTjTx_5cAQ1XN6THo44XEE._k1m7nKT02bQCMw1vVIHG3fOOmyUGjRhMavVUdtuGinPfn7JC5-xao4g9Q" |
| 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 | "536d2.hCQpuUHZnCnneqRc_x9vaBTjTx_5cAQ1XN6THo44XEE._k1m7nKT02bQCMw1vVIHG3fOOmyUGjRhMavVUdtuGinPfn7JC5-xao4g9Q" |
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 {#1325 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1257 …} -namespace: Closure() {#1255 …} } |
| data | "536d2.hCQpuUHZnCnneqRc_x9vaBTjTx_5cAQ1XN6THo44XEE._k1m7nKT02bQCMw1vVIHG3fOOmyUGjRhMavVUdtuGinPfn7JC5-xao4g9Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3433 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#3617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3394 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#227 …} $translationDomain: "validators" $message: Closure() {#3618 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "536d2.hCQpuUHZnCnneqRc_x9vaBTjTx_5cAQ1XN6THo44XEE._k1m7nKT02bQCMw1vVIHG3fOOmyUGjRhMavVUdtuGinPfn7JC5-xao4g9Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3605 -form: Symfony\Component\Form\Form {#3606 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3616 …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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "536d2.hCQpuUHZnCnneqRc_x9vaBTjTx_5cAQ1XN6THo44XEE._k1m7nKT02bQCMw1vVIHG3fOOmyUGjRhMavVUdtuGinPfn7JC5-xao4g9Q" |