@rendermode InteractiveServer @inject PersistentComponentState ApplicationState @inject ClassObj.IPAddressService IpAddressService @page "/" Welcome @if (ShowWizard) {
@* Need this here to avoid addition of random submit button *@ @* *@ @* Step 1 - plastic card vs postcard *@ @* *@ @* Need this here to avoid addition of random submit button *@ @* *@ @* Step 2 - selecting card design *@ @* *@ @* *@ @* Step 3 - For postcards, choose a verse and a signature *@ @* *@ @* *@ @* Step 4 - Logo Selection *@ @* *@ @* *@ @* Step 5 - Offer selection for Plastic cards *@ @* *@ @* *@ @* Step 6 - Location information *@ @* *@
@* *@ @* Step 7 - Payment *@ @* *@
} else {
Thank you!
} @if (appState != null) {
    SessionId: @appState.SessionId
    DateCreated: @appState.DateCreated
    DateExpires: @appState.DateExpires
    IPAddress: @appState.myIpAddress
    IPAddress2: @(IpAddressService.RemoteIpAddress.ToString())
  
}