https://testavoatest.avopy.com/

Forms

  • registration_form
    • firstname
    • lastname
    • phone
    • type
    • email
    • plainPassword
    • accepted
    • newsletterAccept
    • _token
  • reset_password_request_form
    • email
    • _token
  • freelance_register_form
    • email
    • plainPassword
    • title
    • cv_file
    • forumPseudo
    • name
    • firstname
    • civility
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#1348
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -firstname: null
  -lastname: null
  -phone: null
  +type: "freelance"
  -photo: null
  -society: null
  -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …}
  -deleteAt: null
  -lastConnection: null
  -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …}
  -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …}
  -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …}
  -createdAt: null
  -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …}
  -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …}
  -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …}
  -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …}
  -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …}
  -civility: null
  -jobSociety: null
  -CompteSociety: null
  -compteTestIsNotActive: null
  -forumUser: 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 {#1348
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -firstname: null
  -lastname: null
  -phone: null
  +type: "freelance"
  -photo: null
  -society: null
  -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …}
  -deleteAt: null
  -lastConnection: null
  -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …}
  -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …}
  -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …}
  -createdAt: null
  -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …}
  -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …}
  -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …}
  -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …}
  -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …}
  -civility: null
  -jobSociety: null
  -CompteSociety: null
  -compteTestIsNotActive: null
  -forumUser: null
}
same as passed value

Resolved Options

View Variables