https://platform.retabit.es/es/register

Forms

  • register_form
    • name
    • organization
    • position
    • email
    • plainPassword
    • _token

register_form

"App\Form\RegisterFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Account {#519
  -id: null
  -email: null
  -roles: []
  -password: null
  -name: null
  -organization: null
  -position: null
  -lastConnection: null
  -creationDay: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Account {#519
  -id: null
  -email: null
  -roles: []
  -password: null
  -name: null
  -organization: null
  -position: null
  -lastConnection: null
  -creationDay: null
}
same as passed value
type
"register"
same as passed value

Resolved Options

View Variables