Forms

  • (no name)
    • email
    • firstName
    • lastName
    • leadidToken
    • permissionizeToken
    • promoCode
    • plainPassword
    • agreeTerms
    • _token

(no name)

Form type:
"Gesof\UserBundle\Form\Type\RegistrationType"

Errors

This form has no errors.

Default Data

Property Value
Model Format same as normalized format
Normalized Format
AppBundle\Entity\User {#1173
  #id: null
  #username: null
  #email: null
  #emailChangeCandidate: null
  #emailChangeRequestedAt: null
  #password: null
  #firstName: null
  #lastName: null
  #salt: "2e2lh86mh2f4ssscsc8cgk80g4skwoo"
  #enabled: false
  #locked: false
  #lastLogin: null
  #confirmationToken: null
  #confirmed: false
  #confirmedAt: null
  #passwordRequestedAt: null
  #roles: [
    "ROLE_USER"
  ]
  #createdAt: null
  #updatedAt: null
  #groups: Doctrine\Common\Collections\ArrayCollection {#1174 …}
  #plainPassword: null
  -authCode: ? ?string
  #emailAuthEnabled: false
  #accessToken: AppBundle\Entity\Embeddable\AccessToken {#1176 …}
  #additionalEmail: null
  #phoneNumber: null
  #skypeId: null
  #address: null
  #address2: null
  #city: null
  #state: null
  #zip: null
  #referringUser: null
  #referralToken: null
  #referralRate: null
  #trafficSourceId: null
  #s1: null
  #s2: null
  #s3: null
  #s4: null
  #s5: null
  #originalLeadSubmitDate: null
  #ipAddress: null
  #sourceUrl: null
  #leadidToken: null
  #trustedFormCertUrl: null
  #trustedFormPingUrl: null
  #permissionizeToken: null
  #tcpaOptIn: null
  #tcpaOptinConsentLanguage: null
  #gclid: null
  #fbeventid: null
  #msclkid: null
  #userAgent: null
  #promoCode: null
  #stripeCustomerId: null
  -businesses: Doctrine\Common\Collections\ArrayCollection {#1175 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/register/"
same as passed value
data
AppBundle\Entity\User {#1173
  #id: null
  #username: null
  #email: null
  #emailChangeCandidate: null
  #emailChangeRequestedAt: null
  #password: null
  #firstName: null
  #lastName: null
  #salt: "2e2lh86mh2f4ssscsc8cgk80g4skwoo"
  #enabled: false
  #locked: false
  #lastLogin: null
  #confirmationToken: null
  #confirmed: false
  #confirmedAt: null
  #passwordRequestedAt: null
  #roles: [
    "ROLE_USER"
  ]
  #createdAt: null
  #updatedAt: null
  #groups: Doctrine\Common\Collections\ArrayCollection {#1174 …}
  #plainPassword: null
  -authCode: ? ?string
  #emailAuthEnabled: false
  #accessToken: AppBundle\Entity\Embeddable\AccessToken {#1176 …}
  #additionalEmail: null
  #phoneNumber: null
  #skypeId: null
  #address: null
  #address2: null
  #city: null
  #state: null
  #zip: null
  #referringUser: null
  #referralToken: null
  #referralRate: null
  #trafficSourceId: null
  #s1: null
  #s2: null
  #s3: null
  #s4: null
  #s5: null
  #originalLeadSubmitDate: null
  #ipAddress: null
  #sourceUrl: null
  #leadidToken: null
  #trustedFormCertUrl: null
  #trustedFormPingUrl: null
  #permissionizeToken: null
  #tcpaOptIn: null
  #tcpaOptinConsentLanguage: null
  #gclid: null
  #fbeventid: null
  #msclkid: null
  #userAgent: null
  #promoCode: null
  #stripeCustomerId: null
  -businesses: Doctrine\Common\Collections\ArrayCollection {#1175 …}
}
same as passed value
method
"POST"
same as passed value

Resolved Options

Option Value
action
"/register/"
allow_extra_fields
true
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\CsrfTokenManager {#1311
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1312 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1313 …}
  -namespace: Closure() {#1315 …}
}
data
AppBundle\Entity\User {#1173
  #id: null
  #username: null
  #email: null
  #emailChangeCandidate: null
  #emailChangeRequestedAt: null
  #password: null
  #firstName: null
  #lastName: null
  #salt: "2e2lh86mh2f4ssscsc8cgk80g4skwoo"
  #enabled: false
  #locked: false
  #lastLogin: null
  #confirmationToken: null
  #confirmed: false
  #confirmedAt: null
  #passwordRequestedAt: null
  #roles: [
    "ROLE_USER"
  ]
  #createdAt: null
  #updatedAt: null
  #groups: Doctrine\Common\Collections\ArrayCollection {#1174 …}
  #plainPassword: null
  -authCode: ? ?string
  #emailAuthEnabled: false
  #accessToken: AppBundle\Entity\Embeddable\AccessToken {#1176 …}
  #additionalEmail: null
  #phoneNumber: null
  #skypeId: null
  #address: null
  #address2: null
  #city: null
  #state: null
  #zip: null
  #referringUser: null
  #referralToken: null
  #referralRate: null
  #trafficSourceId: null
  #s1: null
  #s2: null
  #s3: null
  #s4: null
  #s5: null
  #originalLeadSubmitDate: null
  #ipAddress: null
  #sourceUrl: null
  #leadidToken: null
  #trustedFormCertUrl: null
  #trustedFormPingUrl: null
  #permissionizeToken: null
  #tcpaOptIn: null
  #tcpaOptinConsentLanguage: null
  #gclid: null
  #fbeventid: null
  #msclkid: null
  #userAgent: null
  #promoCode: null
  #stripeCustomerId: null
  -businesses: Doctrine\Common\Collections\ArrayCollection {#1175 …}
}
data_class
"AppBundle\Entity\User"
disabled
false
empty_data
Closure(FormInterface $form) {#1335
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "AppBundle\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
row_attr
[]
setter
null
translation_domain
"gesof_user"
trim
true
upload_max_size_message
Closure() {#1337
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#247 …}
    $message: Closure() {#1336 …}
    $translationDomain: "validators"
  }
}
validation_groups
[
  "Registration"
  "Default"
]

View Vars

Variable Value
action
"/register/"
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  ""
  "_"
]
cache_key
"__"
compound
true
data
AppBundle\Entity\User {#1173
  #id: null
  #username: null
  #email: null
  #emailChangeCandidate: null
  #emailChangeRequestedAt: null
  #password: null
  #firstName: null
  #lastName: null
  #salt: "2e2lh86mh2f4ssscsc8cgk80g4skwoo"
  #enabled: false
  #locked: false
  #lastLogin: null
  #confirmationToken: null
  #confirmed: false
  #confirmedAt: null
  #passwordRequestedAt: null
  #roles: [
    "ROLE_USER"
  ]
  #createdAt: null
  #updatedAt: null
  #groups: Doctrine\Common\Collections\ArrayCollection {#1174 …}
  #plainPassword: null
  -authCode: ? ?string
  #emailAuthEnabled: false
  #accessToken: AppBundle\Entity\Embeddable\AccessToken {#1176 …}
  #additionalEmail: null
  #phoneNumber: null
  #skypeId: null
  #address: null
  #address2: null
  #city: null
  #state: null
  #zip: null
  #referringUser: null
  #referralToken: null
  #referralRate: null
  #trafficSourceId: null
  #s1: null
  #s2: null
  #s3: null
  #s4: null
  #s5: null
  #originalLeadSubmitDate: null
  #ipAddress: null
  #sourceUrl: null
  #leadidToken: null
  #trustedFormCertUrl: null
  #trustedFormPingUrl: null
  #permissionizeToken: null
  #tcpaOptIn: null
  #tcpaOptinConsentLanguage: null
  #gclid: null
  #fbeventid: null
  #msclkid: null
  #userAgent: null
  #promoCode: null
  #stripeCustomerId: null
  -businesses: Doctrine\Common\Collections\ArrayCollection {#1175 …}
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#2361
  -form: Symfony\Component\Form\Form {#2370 …}
  -errors: []
}
form
Symfony\Component\Form\FormView {#1338 …5}
full_name
""
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
""
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"POST"
multipart
false
name
""
priority
0
required
true
row_attr
[]
submitted
false
translation_domain
"gesof_user"
unique_block_prefix
"_"
valid
true
value
AppBundle\Entity\User {#1173
  #id: null
  #username: null
  #email: null
  #emailChangeCandidate: null
  #emailChangeRequestedAt: null
  #password: null
  #firstName: null
  #lastName: null
  #salt: "2e2lh86mh2f4ssscsc8cgk80g4skwoo"
  #enabled: false
  #locked: false
  #lastLogin: null
  #confirmationToken: null
  #confirmed: false
  #confirmedAt: null
  #passwordRequestedAt: null
  #roles: [
    "ROLE_USER"
  ]
  #createdAt: null
  #updatedAt: null
  #groups: Doctrine\Common\Collections\ArrayCollection {#1174 …}
  #plainPassword: null
  -authCode: ? ?string
  #emailAuthEnabled: false
  #accessToken: AppBundle\Entity\Embeddable\AccessToken {#1176 …}
  #additionalEmail: null
  #phoneNumber: null
  #skypeId: null
  #address: null
  #address2: null
  #city: null
  #state: null
  #zip: null
  #referringUser: null
  #referralToken: null
  #referralRate: null
  #trafficSourceId: null
  #s1: null
  #s2: null
  #s3: null
  #s4: null
  #s5: null
  #originalLeadSubmitDate: null
  #ipAddress: null
  #sourceUrl: null
  #leadidToken: null
  #trustedFormCertUrl: null
  #trustedFormPingUrl: null
  #permissionizeToken: null
  #tcpaOptIn: null
  #tcpaOptinConsentLanguage: null
  #gclid: null
  #fbeventid: null
  #msclkid: null
  #userAgent: null
  #promoCode: null
  #stripeCustomerId: null
  -businesses: Doctrine\Common\Collections\ArrayCollection {#1175 …}
}