https://konashznaturals.com/sign-up

Forms

  • signup
    • firstname
    • lastname
    • email
    • agreeTerms
    • plainPassword
    • _token
  • subscription
    • countryCode
    • phoneNumber
    • email
    • optIn
    • submit
    • _token

signup

"App\Form\SignupType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Customer {#1930
  #id: null
  #username: null
  #firstname: null
  #lastname: null
  #gender: null
  #dob: null
  #contactNumber: null
  #email: null
  #address: null
  #city: null
  #country: null
  #postalCode: null
  #roles: []
  #password: null
  #salt: null
  #accountStatus: null
  #isActivated: null
  -contents: Doctrine\Common\Collections\ArrayCollection {#1931 …}
  -createdAt: null
  #plainPassword: null
  -updatedAt: null
  #thumbnail: null
  #uploadedThumbnail: null
  -isVerified: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/sign-up"
same as passed value
data
App\Entity\Customer {#1930
  #id: null
  #username: null
  #firstname: null
  #lastname: null
  #gender: null
  #dob: null
  #contactNumber: null
  #email: null
  #address: null
  #city: null
  #country: null
  #postalCode: null
  #roles: []
  #password: null
  #salt: null
  #accountStatus: null
  #isActivated: null
  -contents: Doctrine\Common\Collections\ArrayCollection {#1931 …}
  -createdAt: null
  #plainPassword: null
  -updatedAt: null
  #thumbnail: null
  #uploadedThumbnail: null
  -isVerified: null
}
same as passed value
method
"post"
same as passed value

Resolved Options

View Variables