@page "{Transaction_UID}" @using EnotaryoPH.Web.Pages.Shared.Components.NotaryoSteps @model EnotaryoPH.Web.Pages.Principal.NotaryoSteps.UploadDocumentModel @{ } @section Head { } Notaryo Steps @await Component.InvokeAsync("NotaryoSteps", new { NotaryoSteps = new List() { new NotaryoStep { Name = "Upload Identification", Step = 1 }, new NotaryoStep { Name = "Take Selfie", Step = 2 }, new NotaryoStep { Name = "Upload Document", Step = 3, IsActive = true }, new NotaryoStep { Name = "Choose Notary", Step = 4 }, } }) Document @Html.ValidationMessageFor(x => x.DocumentFile) Document Type Please choose an option @Html.ValidationMessageFor(x => x.DocumentType) More than one principal? Email ADD More than one witness? Email ADD Would you like to record the video conference? Yes, record the session No, do not record the session I confirm and attest under oath that I freely and voluntarily executed the document; that I read and understood the same; and that the contents of the document are true and correct. @Html.ValidationMessageFor(x => x.IsConfirmed) NEXT mail@example.com @section Scripts { }