@model CPE.App.Web.Models.TicketModel @{ ViewBag.Title = "Generate Course Access Link"; }
@using (Html.BeginForm("GetTicket", "Index", FormMethod.Post)) {
First Name:
Last Name:
Email:

}