http://mojezprava.cz/register

Forms

  • registration_form
    • email
    • plainPassword
    • firstname
    • lastname
    • phone
    • country
    • city
    • zipcode
    • street
    • street2
    • terms
    • save
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#647
  -roles: [
    "User"
  ]
  -street2: null
  -orders: Doctrine\Common\Collections\ArrayCollection {#648 …}
  -ip: null
  -token: null
  -isVerified: false
  -phone: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/register"
same as passed value
data
App\Entity\User {#647
  -roles: [
    "User"
  ]
  -street2: null
  -orders: Doctrine\Common\Collections\ArrayCollection {#648 …}
  -ip: null
  -token: null
  -isVerified: false
  -phone: null
}
same as passed value
method
"POST"
same as passed value

Resolved Options

View Variables