https://dev.fibkit.com/register/?package=2

Forms

  • fos_user_registration_form
    • company
    • email
    • username
    • plainPassword
    • package
    • country
    • agree
    • _token

fos_user_registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#528
  #id: null
  #username: null
  #email: null
  -company: null
  -help: true
  -reloadMap: false
  -actions: Doctrine\Common\Collections\ArrayCollection {#530 …}
  #payments: Doctrine\Common\Collections\ArrayCollection {#531 …}
  -createdAt: DateTime @1786746987 {#529
    date: 2026-08-14 22:36:27.089924 UTC (+00:00)
  }
  -updatedAt: null
  #usernameCanonical: null
  #emailCanonical: null
  #enabled: true
  #salt: null
  #password: null
  #plainPassword: null
  #lastLogin: null
  #confirmationToken: null
  #passwordRequestedAt: null
  #roles: []
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
validation_groups
[
  "Registration"
]
[
  "Registration"
]

Resolved Options

View Variables