https://daf-middleware.wtdevsite.com/registration

Forms

  • user
    • emailAddress
    • fullName
    • roles
    • email
    • firstName
    • lastName
    • phone
    • organisation
    • categories
    • userRoles
    • areaInterest
    • street
    • city
    • state
    • postcode
    • country
    • gender
    • isAborigin
    • isDiverse
    • password

user

"App\Form\UserType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#304
  -id: null
  -email: null
  -roles: []
  -password: null
  -userProfile: App\Entity\UserProfile {#1884 …}
  -userAddress: App\Entity\UserAddress {#1885 …}
  -userInformation: App\Entity\UserInformation {#1886 …}
  -firstName: null
  -lastName: null
  -phone: null
  -gender: null
  -isDiverse: null
  -orderDetails: Doctrine\Common\Collections\ArrayCollection {#1921 …}
  -filmProjects: Doctrine\Common\Collections\ArrayCollection {#1869 …}
  -userBillings: Doctrine\Common\Collections\ArrayCollection {#1871 …}
  -organisation: null
  -areaInterest: []
  -categories: Doctrine\Common\Collections\ArrayCollection {#1874
    -elements: []
  }
  -followedFilmProjects: Doctrine\Common\Collections\ArrayCollection {#1873 …}
  -accountSalesforceId: null
  -projectNotifications: Doctrine\Common\Collections\ArrayCollection {#1881 …}
  -isAborigin: null
  -isSuccess: null
  -isGuest: null
  -emailAddress: null
  -fullName: 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 {#304
  -id: null
  -email: null
  -roles: []
  -password: null
  -userProfile: App\Entity\UserProfile {#1884 …}
  -userAddress: App\Entity\UserAddress {#1885 …}
  -userInformation: App\Entity\UserInformation {#1886 …}
  -firstName: null
  -lastName: null
  -phone: null
  -gender: null
  -isDiverse: null
  -orderDetails: Doctrine\Common\Collections\ArrayCollection {#1921 …}
  -filmProjects: Doctrine\Common\Collections\ArrayCollection {#1869 …}
  -userBillings: Doctrine\Common\Collections\ArrayCollection {#1871 …}
  -organisation: null
  -areaInterest: []
  -categories: Doctrine\Common\Collections\ArrayCollection {#1874
    -elements: []
  }
  -followedFilmProjects: Doctrine\Common\Collections\ArrayCollection {#1873 …}
  -accountSalesforceId: null
  -projectNotifications: Doctrine\Common\Collections\ArrayCollection {#1881 …}
  -isAborigin: null
  -isSuccess: null
  -isGuest: null
  -emailAddress: null
  -fullName: null
}
same as passed value

Resolved Options

View Variables