https://proxilog.flanord-nziengui.com/en/register

Forms

  • registration_form
    • email
    • familyName
    • givenName
    • telephone
    • manufacturer
    • serialNumber
    • manufactureDate
    • companyName
    • agreeTerms
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#552
  -id: null
  -email: null
  -roles: []
  -password: null
  -plainPassword: null
  -isVerified: false
  -telephone: null
  -emailSentAt: null
  -forceChangePassword: true
  -enabledAlert: true
  -enabled: null
  -givenName: null
  -familyName: null
  -company: null
  -informationForModeration: 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 {#552
  -id: null
  -email: null
  -roles: []
  -password: null
  -plainPassword: null
  -isVerified: false
  -telephone: null
  -emailSentAt: null
  -forceChangePassword: true
  -enabledAlert: true
  -enabled: null
  -givenName: null
  -familyName: null
  -company: null
  -informationForModeration: null
}
same as passed value

Resolved Options

View Variables