POST https://miraculumaurich.de/frontend/checkout/

Forms

  • checkout
    • customerCompany
    • customerTitle
    • customerSalutation
    • customerFirstname
    • customerLastname
    • customerStreet
    • customerStreetNumber
    • customerPostalcode
    • customerCity
    • customerContactEmail
    • customerPhone
    • customerMember
    • customerComment
    • customerCountry
    • acceptPrivacyPolicy
    • paymentType
    • iban
    • bank

checkout

Form type:
"App\Form\Frontend\CheckoutType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}
View Format same as normalized format

Submitted Data

Property Value
View Format same as normalized format
Normalized Format
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}
Model Format same as normalized format

Passed Options

Option Passed Value Resolved Value
action
"https://miraculumaurich.de/frontend/checkout/"
same as passed value
anonymous
false
same as passed value
countries
[
  "Deutschland" => "DE"
  "Niederlande" => "NL"
]
[
  "Deutschland" => "DE"
  "Niederlande" => "NL"
]
csrf_protection
false
same as passed value
data
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}
same as passed value
payment_types
[
  "invoice"
  "debit"
]
[
  "invoice"
  "debit"
]

Resolved Options

Option Value
action
"https://miraculumaurich.de/frontend/checkout/"
allow_extra_fields
false
allow_file_upload
false
anonymous
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[]
countries
[
  "Deutschland" => "DE"
  "Niederlande" => "NL"
]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
false
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\CsrfTokenManager {#3204
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3205 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3206 …}
  -namespace: Closure() {#3208 …}
}
data
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}
data_class
"App\Entity\Dto\CheckoutDto"
disabled
false
documentation
[]
empty_data
Closure(FormInterface $form) {#3869
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "App\Entity\Dto\CheckoutDto"
  }
}
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"
payment_types
[
  "invoice"
  "debit"
]
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() {#3867
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#301 …}
    $message: Closure() {#3868 …}
    $translationDomain: "validators"
  }
}
validation_groups
null

View Vars

Variable Value
action
"https://miraculumaurich.de/frontend/checkout/"
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  "checkout"
  "_checkout"
]
cache_key
"_checkout_checkout"
compound
true
data
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#4937
  -errors: []
  -form: Symfony\Component\Form\Form {#4602 …}
}
form
Symfony\Component\Form\FormView {#4918 …5}
full_name
"checkout"
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
"checkout"
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"POST"
multipart
false
name
"checkout"
priority
0
required
true
row_attr
[]
submitted
true
translation_domain
null
unique_block_prefix
"_checkout"
valid
true
value
App\Entity\Dto\CheckoutDto {#3638
  +customerTitle: null
  +customerSalutation: null
  +customerMember: null
  +customerRabatt: null
  +customerCompany: null
  +customerFirstname: "Inga"
  +customerLastname: "Janssen"
  +customerStreet: "Keersmakerskamp"
  +customerStreetNumber: "47"
  +customerPostalcode: "26605"
  +customerCity: "Aurich, Ostfriesland"
  +customerContactEmail: "inga_85@gmx.de"
  +customerPhone: "049419804436"
  +customerAgeGroup: null
  +customerCountry: "DE"
  +createCustomerAccount: null
  +password: null
  +acceptPrivacyPolicy: true
  +paymentType: "invoice"
  +iban: "DE08120300001080428863"
  +bic: "BYLADEM1001"
  +bank: "DKB"
  +participants: []
  +customerComment: null
  +voucherCode: ""
  +voucherCodes: []
}