https://dev.mywowenglish.com/en/register/

Forms

  • register
    • firstname
    • lastname
    • email
    • emailConfirm
    • country
    • password
    • passwordRepeat
    • policy
    • role
    • _token

register

"App\Form\Type\Security\RegisterType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Form\Model\Security\RegisterModel {#1179
  +firstname: null
  +lastname: null
  +email: null
  +emailConfirm: null
  +country: App\Entity\Country {#1039
    -id: 240
    -code: "US"
    -name: "United States of America"
    -is_eu: false
    -is_active: true
    -users: Doctrine\ORM\PersistentCollection {#1001 …}
    -payments: Doctrine\ORM\PersistentCollection {#1224 …}
  }
  +password: null
  +passwordRepeat: null
  +policy: null
  +role: "ROLE_USER"
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Form\Model\Security\RegisterModel {#1179
  +firstname: null
  +lastname: null
  +email: null
  +emailConfirm: null
  +country: App\Entity\Country {#1039
    -id: 240
    -code: "US"
    -name: "United States of America"
    -is_eu: false
    -is_active: true
    -users: Doctrine\ORM\PersistentCollection {#1001 …}
    -payments: Doctrine\ORM\PersistentCollection {#1224 …}
  }
  +password: null
  +passwordRepeat: null
  +policy: null
  +role: "ROLE_USER"
}
same as passed value

Resolved Options

View Variables