https://lestresorsdeluna.fr/account

Forms

  • registration_form
    • surname
    • firstname
    • phone
    • adress
    • additionalAdressInformation
    • city
    • zipcode
    • email
    • agreeTerms
    • plainPassword
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#672
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -surname: null
  -firstname: null
  -phone: null
  -zipcode: null
  -city: null
  -adress: null
  -additionalAdressInformation: 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 {#672
  -id: null
  -email: null
  -roles: []
  -password: null
  -isVerified: false
  -surname: null
  -firstname: null
  -phone: null
  -zipcode: null
  -city: null
  -adress: null
  -additionalAdressInformation: null
}
same as passed value

Resolved Options

View Variables