The TrackInformation type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | EarlyFeeDate |
Date on which early fees end
|
![]() | GuestDisplayLabel |
Default = Guest(s); How guests are referred to on the registration form; use your own, or one of the following suggestions are
Associate(s), Camper(s), Child(ren), Colleague(s), Employee(s), Friend(s), Guest(s), Member(s), Participant(s), Partner(s), Player(s), Spouse(s), Student(s), Teammate(s), Volunteer(s)
|
![]() | GuestLimit |
Number of guests each registrant can bring, 0 - 100, default = 0
|
![]() | InformationSections |
Determines if the Who (CONTACT), When (TIME), or Where (LOCATION) information is shown on the Event page. Default settings are CONTACT, TIME, and LOCATION
valid values are: CONTACT - displays the event contact informationTIME - displays the event date and time
LOCATION - displays the event location
|
![]() | IsGuestAnonymousEnabled |
Default = false; Set to true to display the guest count field on the registration form; if true, is_guest_name_required must be set to false (default)
|
![]() | IsGuestNameRequired |
Default = false. Set to display guest name fields on registration form; if true, then is_guest_anonymous_enabled must be set false (default)
|
![]() | IsRegistrationClosedManually |
Default = false; Manually closes the event registration when set to true, takes precedence over registration_limit_date and registration_limit_count settings
|
![]() | IsTicketingLinkDisplayed |
Default = false; Set to true provide a link for registrants to retrieve an event ticket after they register
|
![]() | LateFeeDate |
Date after which late fees apply
|
![]() | RegistrationLimitCount |
Specifies the maximum number of registrants for the event
|
![]() | RegistrationLimitDate |
Date when event registrations close
|
See Also