https://demogfe.innlab.it/signup

Forms

  • registration_form
    • nome
    • cognome
    • email
    • agreeTerms
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#512
  -id: null
  -email: null
  -roles: []
  -password: null
  -isCancellato: 0
  -isAttivo: 1
  -azienda: null
  -nome: null
  -cognome: null
  -completataRegistrazione: 0
  -domandas: Doctrine\Common\Collections\ArrayCollection {#428 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#512
  -id: null
  -email: null
  -roles: []
  -password: null
  -isCancellato: 0
  -isAttivo: 1
  -azienda: null
  -nome: null
  -cognome: null
  -completataRegistrazione: 0
  -domandas: Doctrine\Common\Collections\ArrayCollection {#428 …}
}
same as passed value

Resolved Options

View Variables