https://woundcaresystem-vps.drozd.run/register

Forms

  • registration_form
    • email
    • plainPassword
    • firstName
    • lastName
    • phone
    • organisation
    • agree
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#618
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -active: false
  -tokenCreatedAt: null
  -token: null
  -phone: null
  -patients: Doctrine\Common\Collections\ArrayCollection {#623 …}
  -organisations: Doctrine\Common\Collections\ArrayCollection {#624 …}
  -currentLogin: null
  -previousLogin: null
  -organisation: App\Entity\Organisation {#619
    -id: null
    -name: null
    -ic: null
    -street: null
    -descriptionNr: null
    -streetNr: null
    -city: null
    -zip: null
    -contactEmail: null
    -contactPhone: null
    -mainUsers: Doctrine\Common\Collections\ArrayCollection {#622 …}
    -patients: Doctrine\Common\Collections\ArrayCollection {#620 …}
    -users: Doctrine\Common\Collections\ArrayCollection {#621 …}
    #createdAt: null
    #updatedAt: null
  }
  #createdAt: null
  #updatedAt: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#618
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -active: false
  -tokenCreatedAt: null
  -token: null
  -phone: null
  -patients: Doctrine\Common\Collections\ArrayCollection {#623 …}
  -organisations: Doctrine\Common\Collections\ArrayCollection {#624 …}
  -currentLogin: null
  -previousLogin: null
  -organisation: App\Entity\Organisation {#619
    -id: null
    -name: null
    -ic: null
    -street: null
    -descriptionNr: null
    -streetNr: null
    -city: null
    -zip: null
    -contactEmail: null
    -contactPhone: null
    -mainUsers: Doctrine\Common\Collections\ArrayCollection {#622 …}
    -patients: Doctrine\Common\Collections\ArrayCollection {#620 …}
    -users: Doctrine\Common\Collections\ArrayCollection {#621 …}
    #createdAt: null
    #updatedAt: null
  }
  #createdAt: null
  #updatedAt: null
}
same as passed value

Resolved Options

View Variables