@rendermode InteractiveServer @inject PersistentComponentState ApplicationState @inject ClassObj.IPAddressService IpAddressService @page "/" Welcome @if (ProgramClosed) {

Thank you for your interest!

Unfortunately, the enrollment period for our Winter Campaign has drawn to a close.

Stay tuned for more great campaigns in the future!

Thank You!
} else if (ShowWizard) {
@* Need this here to avoid addition of random submit button *@ @* *@ @* Step 1 - greeting card vs postcard *@ @* *@ @* Need this here to avoid addition of random submit button *@ @* *@ @* Step 2 - selecting card design *@ @* *@ @* *@ @* Step 3 - Greeting, verse, signature *@ @* *@ @* *@ @* Step 4 - Logo Selection *@ @* *@ @* *@ @* Step 5 - Location information *@ @* *@
@* *@ @* Step 6 - Payment *@ @* *@
} else {
Thank you, our customer care team will be in touch with you soon!
} @* @if (appState != null) {
        SessionId: @appState.SessionId
        DateCreated: @appState.DateCreated
        DateExpires: @appState.DateExpires
        IPAddress: @appState.myIpAddress
        IPAddress2: @(IpAddressService.RemoteIpAddress.ToString())
    
} *@