https://topseminar.unizo.php71.sumocoders.eu/inschrijven

Forms

  • registration
    • vatNumber
    • company
    • legalForm
    • address
    • membershipNumber
    • phoneNumber
    • email
    • participants
    • iHaveAPromoCode
    • promoCode
    • agreedToTermsAndConditions
    • _token

registration

"Backend\Modules\Editions\Domain\Registration\RegistrationType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
AddRegistration {#586
  -edition: Edition {#594 …}
  +vatNumber: null
  +company: null
  +legalForm: null
  +address: AddressDataTransferObject {#686
    +street: null
    +postalCode: null
    +city: null
    +country: "BE"
  }
  +membershipNumber: null
  +phoneNumber: null
  +email: null
  +participants: [
    ParticipantDataTransferObject {#585
      +firstName: null
      +lastName: null
      +email: null
      +takeBooksWithMe: null
      +hasCompletedTheSeminar: null
    }
  ]
  +promoCode: null
  +agreedToTermsAndConditions: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
AddRegistration {#586
  -edition: Edition {#594 …}
  +vatNumber: null
  +company: null
  +legalForm: null
  +address: AddressDataTransferObject {#686
    +street: null
    +postalCode: null
    +city: null
    +country: "BE"
  }
  +membershipNumber: null
  +phoneNumber: null
  +email: null
  +participants: [
    ParticipantDataTransferObject {#585
      +firstName: null
      +lastName: null
      +email: null
      +takeBooksWithMe: null
      +hasCompletedTheSeminar: null
    }
  ]
  +promoCode: null
  +agreedToTermsAndConditions: null
}
same as passed value

Resolved Options

View Variables