GET https://preprod.scoringbyserenia.com/inscription

Forms

  • registration_wizard_form
    • firstname
    • lastname
    • firstnameP
    • lastnameP
    • birthDate
    • phoneNumber
    • email
    • bothCgvandCgu
    • rgpd
    • isEmail
    • isSMS
    • plainPassword
    • company
    • contactType
    • ownerAddress
    • ownerLeases
    • ownerFirstRentReceipt
    • ownerLastRentReceipt
    • renterDetails
    • renterAddress
    • renterLeases
    • renterFirstRentReceipt
    • renterLastRentReceipt
    • add_id_card
    • id_card
    • add_passeport
    • passeport
    • job_contract
    • paySlips
    • paySlipsExtra
    • guarantor
    • add_id_cardG
    • id_cardG
    • add_passeportG
    • passeportG
    • guarantorCertificate
    • _token

registration_wizard_form

Form type:
"App\Form\RegistrationWizardFormType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#845
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -birthDate: null
  -phoneNumber: null
  -ownerType: null
  -renter: null
  -professionnalOwner: null
  -privateOwner: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -isVerified: null
  -isEmail: null
  -isSMS: null
  -leases: Doctrine\Common\Collections\ArrayCollection {#847 …}
  -addresses: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -guarantors: Doctrine\Common\Collections\ArrayCollection {#849 …}
  -blogs: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -createdAt: null
  -updatedAt: null
  -code: 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 {#845
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -birthDate: null
  -phoneNumber: null
  -ownerType: null
  -renter: null
  -professionnalOwner: null
  -privateOwner: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -isVerified: null
  -isEmail: null
  -isSMS: null
  -leases: Doctrine\Common\Collections\ArrayCollection {#847 …}
  -addresses: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -guarantors: Doctrine\Common\Collections\ArrayCollection {#849 …}
  -blogs: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -createdAt: null
  -updatedAt: null
  -code: null
}
same as passed value
role
"renter"
same as passed value
router
Symfony\Bundle\FrameworkBundle\Routing\Router {#80
  #matcher: Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher {#467 …}
  #generator: Symfony\Component\Routing\Generator\CompiledUrlGenerator {#920 …}
  #context: Symfony\Component\Routing\RequestContext {#79 …}
  #collection: ? Symfony\Component\Routing\RouteCollection
  #options: [
    "cache_dir" => "/var/www/preprod_serenia/var/cache/dev"
    "debug" => true
    "generator_class" => "Symfony\Component\Routing\Generator\CompiledUrlGenerator"
    "generator_dumper_class" => "Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper"
    "matcher_class" => "Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher"
    "matcher_dumper_class" => "Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper"
    "resource_type" => "service"
    "strict_requirements" => true
  ]
  -configCacheFactory: Symfony\Component\Config\ResourceCheckerConfigCacheFactory {#73 …}
  -expressionLanguageProviders: [
    Symfony\Component\Routing\Matcher\ExpressionLanguageProvider {#77
      -functions: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#76 …}
    }
  ]
  #loader: ? Symfony\Component\Config\Loader\LoaderInterface
  #resource: "kernel::loadRoutes"
  #logger: Monolog\Logger {#83 …}
  #defaultLocale: "fr"
  -collectedParameters: []
  -paramFetcher: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get(string $name): UnitEnum|array|string|int|float|bool|null {#74 …}
  -container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#78 …}
}
same as passed value
validation_groups
[
  "Default"
  "renter"
]
[
  "Default"
  "renter"
]

Resolved Options

Option Value
action
""
allow_extra_fields
false
allow_file_upload
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
true
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#592
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#196 …}
  -logger: Monolog\Logger {#99 …}
  -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#589 …}
  -tokenIds: [
    "submit" => 0
    "authenticate" => 1
    "logout" => 2
  ]
  -checkHeader: 1
  -cookieName: "csrf-token"
}
data
App\Entity\User {#845
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -birthDate: null
  -phoneNumber: null
  -ownerType: null
  -renter: null
  -professionnalOwner: null
  -privateOwner: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -isVerified: null
  -isEmail: null
  -isSMS: null
  -leases: Doctrine\Common\Collections\ArrayCollection {#847 …}
  -addresses: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -guarantors: Doctrine\Common\Collections\ArrayCollection {#849 …}
  -blogs: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -createdAt: null
  -updatedAt: null
  -code: null
}
data_class
"App\Entity\User"
disabled
false
empty_data
Closure(FormInterface $form) {#903
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "App\Entity\User"
  }
}
error_bubbling
true
error_mapping
[]
extra_fields_message
"This form should not contain extra fields."
form_attr
false
getter
null
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
inherit_data
false
invalid_message
"This value is not valid."
invalid_message_parameters
[]
is_empty_callback
null
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
mapped
true
method
"POST"
post_max_size_message
"The uploaded file was too large. Please try to upload a smaller file."
priority
0
property_path
null
required
true
role
"renter"
router
Symfony\Bundle\FrameworkBundle\Routing\Router {#80
  #matcher: Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher {#467 …}
  #generator: Symfony\Component\Routing\Generator\CompiledUrlGenerator {#920 …}
  #context: Symfony\Component\Routing\RequestContext {#79 …}
  #collection: ? Symfony\Component\Routing\RouteCollection
  #options: [
    "cache_dir" => "/var/www/preprod_serenia/var/cache/dev"
    "debug" => true
    "generator_class" => "Symfony\Component\Routing\Generator\CompiledUrlGenerator"
    "generator_dumper_class" => "Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper"
    "matcher_class" => "Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher"
    "matcher_dumper_class" => "Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper"
    "resource_type" => "service"
    "strict_requirements" => true
  ]
  -configCacheFactory: Symfony\Component\Config\ResourceCheckerConfigCacheFactory {#73 …}
  -expressionLanguageProviders: [
    Symfony\Component\Routing\Matcher\ExpressionLanguageProvider {#77
      -functions: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#76 …}
    }
  ]
  #loader: ? Symfony\Component\Config\Loader\LoaderInterface
  #resource: "kernel::loadRoutes"
  #logger: Monolog\Logger {#83 …}
  #defaultLocale: "fr"
  -collectedParameters: []
  -paramFetcher: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get(string $name): UnitEnum|array|string|int|float|bool|null {#74 …}
  -container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#78 …}
}
row_attr
[]
setter
null
translation_domain
null
trim
true
upload_max_size_message
Closure() {#905
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …}
    $message: Closure() {#904 …}
    $translationDomain: "validators"
  }
}
validation_groups
[
  "Default"
  "renter"
]

View Vars

Variable Value
action
""
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  "registration_wizard_form"
  "_registration_wizard_form"
]
cache_key
"_registration_wizard_form_registration_wizard_form"
compound
true
data
App\Entity\User {#845
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -birthDate: null
  -phoneNumber: null
  -ownerType: null
  -renter: null
  -professionnalOwner: null
  -privateOwner: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -isVerified: null
  -isEmail: null
  -isSMS: null
  -leases: Doctrine\Common\Collections\ArrayCollection {#847 …}
  -addresses: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -guarantors: Doctrine\Common\Collections\ArrayCollection {#849 …}
  -blogs: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -createdAt: null
  -updatedAt: null
  -code: null
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#1413
  -errors: []
  -form: Symfony\Component\Form\Form {#1419 …}
}
form
Symfony\Component\Form\FormView {#906 …5}
full_name
"registration_wizard_form"
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
"registration_wizard_form"
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"POST"
multipart
true
name
"registration_wizard_form"
priority
0
required
true
row_attr
[]
submitted
false
translation_domain
null
unique_block_prefix
"_registration_wizard_form"
valid
true
value
App\Entity\User {#845
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstname: null
  -lastname: null
  -birthDate: null
  -phoneNumber: null
  -ownerType: null
  -renter: null
  -professionnalOwner: null
  -privateOwner: null
  -documents: Doctrine\Common\Collections\ArrayCollection {#846 …}
  -isVerified: null
  -isEmail: null
  -isSMS: null
  -leases: Doctrine\Common\Collections\ArrayCollection {#847 …}
  -addresses: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -guarantors: Doctrine\Common\Collections\ArrayCollection {#849 …}
  -blogs: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -createdAt: null
  -updatedAt: null
  -code: null
}