https://frontend-dev.frivol.com/kontakt

Forms

  • contact_form
    • firstName
    • lastName
    • email
    • phone
    • webmId
    • topic
    • message
    • info
    • submit
    • _t
  • _gs
    • term
    • searchType
  • security_login
    • _username
    • _password
    • save
    • _t

contact_form

"App\Form\ContactForm"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Dto\ContactFormData {#466
  -lastName: null
  -firstName: null
  -email: null
  -phone: null
  -webmId: null
  -topic: null
  -message: null
  -userLoggedIn: "unbekannt"
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Dto\ContactFormData {#466
  -lastName: null
  -firstName: null
  -email: null
  -phone: null
  -webmId: null
  -topic: null
  -message: null
  -userLoggedIn: "unbekannt"
}
same as passed value

Resolved Options

View Variables