https://www.preprod.trouvetonvin.com/register

Forms

  • registration_form
    • userType
    • firstname
    • lastname
    • phone
    • email
    • address
    • birthday
    • password
    • verifPassword
    • agreeTerms
    • siret
    • latitude
    • longitude
    • website
    • shopName
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#270
  -id: null
  -firstname: null
  -lastname: null
  -email: null
  -phone: null
  -birthday: null
  -password: null
  -roles: []
  -created_at: null
  -updated_at: null
  -isVerified: false
  -caves: Doctrine\Common\Collections\ArrayCollection {#614 …}
  -createdBy: Doctrine\Common\Collections\ArrayCollection {#583 …}
  -updatedBy: Doctrine\Common\Collections\ArrayCollection {#567 …}
  -address: null
  -latitude: 0.0
  -longitude: 0.0
  -reservations: Doctrine\Common\Collections\ArrayCollection {#575 …}
  -isAllowed: 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 {#270
  -id: null
  -firstname: null
  -lastname: null
  -email: null
  -phone: null
  -birthday: null
  -password: null
  -roles: []
  -created_at: null
  -updated_at: null
  -isVerified: false
  -caves: Doctrine\Common\Collections\ArrayCollection {#614 …}
  -createdBy: Doctrine\Common\Collections\ArrayCollection {#583 …}
  -updatedBy: Doctrine\Common\Collections\ArrayCollection {#567 …}
  -address: null
  -latitude: 0.0
  -longitude: 0.0
  -reservations: Doctrine\Common\Collections\ArrayCollection {#575 …}
  -isAllowed: false
}
same as passed value

Resolved Options

View Variables