Forms

  • registration_form
    • name
    • lastname
    • email
    • agreeTerms
    • plainPassword
    • dateOfBirth
    • gender
    • _token

registration_form

"App\Form\Front\User\Registration\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User\Participant {#1148
  #username: null
  #email: null
  #roles: [
    "ROLE_PARTICIPANT"
  ]
  #password: null
  #plainPassword: null
  #name: null
  #lastname: null
  #gender: null
  #nationality: null
  #countryOfResidence: null
  #city: null
  #dateOfBirth: null
  #status: 2
  #size: null
  #siteWeb: null
  #strava: null
  #instagram: null
  #facebook: null
  #twitter: null
  #language: null
  #annualMileage: null
  #longestRide: null
  #coverPhoto: null
  #photo: null
  #preferredPractice: null
  #requiredEmergencyContact: null
  #secondaryEmergencyContact: null
  #isVerified: false
  #progressiveStatus: 20
  #notifications: Doctrine\Common\Collections\ArrayCollection {#1189 …}
  #hasUpdatedProfile: false
  #hasUploadedDocs: false
  #hasValidDocs: false
  -bio: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#1153 …}
  -finisher: false
  -isApproved: false
  #id: null
  +createdAt: null
  +updatedAt: null
  #phone: null
  #createdBy: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/en/register"
same as passed value
data
App\Entity\User\Participant {#1148
  #username: null
  #email: null
  #roles: [
    "ROLE_PARTICIPANT"
  ]
  #password: null
  #plainPassword: null
  #name: null
  #lastname: null
  #gender: null
  #nationality: null
  #countryOfResidence: null
  #city: null
  #dateOfBirth: null
  #status: 2
  #size: null
  #siteWeb: null
  #strava: null
  #instagram: null
  #facebook: null
  #twitter: null
  #language: null
  #annualMileage: null
  #longestRide: null
  #coverPhoto: null
  #photo: null
  #preferredPractice: null
  #requiredEmergencyContact: null
  #secondaryEmergencyContact: null
  #isVerified: false
  #progressiveStatus: 20
  #notifications: Doctrine\Common\Collections\ArrayCollection {#1189 …}
  #hasUpdatedProfile: false
  #hasUploadedDocs: false
  #hasValidDocs: false
  -bio: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#1153 …}
  -finisher: false
  -isApproved: false
  #id: null
  +createdAt: null
  +updatedAt: null
  #phone: null
  #createdBy: null
}
same as passed value

Resolved Options

View Variables