Forms

  • contact_form
    • name
    • firstname
    • job
    • phone
    • email
    • object
    • message
    • confidentiality
    • captcha
    • _token
  • newsletter
    • name
    • email
    • privacyPolicy
    • captcha
    • _token

contact_form

"App\Form\ContactFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Contact {#1378
  -id: null
  -name: null
  -firstname: null
  -job: null
  -phone: null
  -email: null
  -object: null
  -message: null
  -createdAt: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Contact {#1378
  -id: null
  -name: null
  -firstname: null
  -job: null
  -phone: null
  -email: null
  -object: null
  -message: null
  -createdAt: null
}
same as passed value

Resolved Options

View Variables