https://nova-link.store/register

Forms

  • registration_form
    • email
    • username
    • userType
    • firstName
    • lastName
    • companyName
    • country
    • plainPassword
    • captcha
    • agreeTerms
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#609
  -id: null
  -email: null
  -roles: []
  -password: null
  -plainPassword: null
  -username: null
  -firstName: null
  -lastName: null
  -companyName: null
  -country: ""
  -userType: "individual"
  -isVerified: false
  -emailVerificationToken: null
  -kycStatus: null
  -tokenExpiresAt: null
  -isBlocked: false
  -enabled: true
  -activityLogs: Doctrine\Common\Collections\ArrayCollection {#610 …}
  -clientId: 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 {#609
  -id: null
  -email: null
  -roles: []
  -password: null
  -plainPassword: null
  -username: null
  -firstName: null
  -lastName: null
  -companyName: null
  -country: ""
  -userType: "individual"
  -isVerified: false
  -emailVerificationToken: null
  -kycStatus: null
  -tokenExpiresAt: null
  -isBlocked: false
  -enabled: true
  -activityLogs: Doctrine\Common\Collections\ArrayCollection {#610 …}
  -clientId: null
}
same as passed value

Resolved Options

View Variables