https://girci-go-demo.ascomedi.com/register

Forms

  • registration_form
    • email
    • rawPassword
    • title
    • civility
    • name
    • firstname
    • phone
    • service
    • street
    • postalCode
    • city
    • drci
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#419
  -id: null
  -username: null
  -roles: [
    "ROLE_PORTEUR"
  ]
  -rawPassword: null
  -projects: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -lastLoginDate: null
  -creationDate: null
  -userProjects: Doctrine\Common\Collections\ArrayCollection {#485 …}
  -enabled: false
  -isVerified: false
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#419
  -id: null
  -username: null
  -roles: [
    "ROLE_PORTEUR"
  ]
  -rawPassword: null
  -projects: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -lastLoginDate: null
  -creationDate: null
  -userProjects: Doctrine\Common\Collections\ArrayCollection {#485 …}
  -enabled: false
  -isVerified: false
}
same as passed value

Resolved Options

View Variables