https://reward.underconstruction.ovh/register

Forms

  • registration_form
    • firstname
    • lastname
    • email
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Customer {#610
  -id: null
  -firstname: null
  -lastname: null
  -city: null
  -email: null
  -gender: null
  -mobile: null
  -password: null
  -active: null
  -createdAt: null
  -roles: null
  -transactions: Doctrine\Common\Collections\ArrayCollection {#643 …}
  -customer_number: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Customer {#610
  -id: null
  -firstname: null
  -lastname: null
  -city: null
  -email: null
  -gender: null
  -mobile: null
  -password: null
  -active: null
  -createdAt: null
  -roles: null
  -transactions: Doctrine\Common\Collections\ArrayCollection {#643 …}
  -customer_number: null
}
same as passed value

Resolved Options

View Variables