Forms

  • sg_contact
    • fullName
    • email
    • content
    • _token

sg_contact

"App\Form\ContactType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Contact {#1233
  -id: null
  -fullName: null
  -email: null
  -content: null
  -status: null
  -createdAt: null
  -isRead: false
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Contact {#1233
  -id: null
  -fullName: null
  -email: null
  -content: null
  -status: null
  -createdAt: null
  -isRead: false
}
same as passed value

Resolved Options

View Variables