@model BAVRANI_MEDICAL_PVT.Models.Contectus.Query @{ ViewBag.Title = "Contectus"; }

Book Trained Attendant Services At Home Enquire Now

@ViewBag.succes

@ViewBag.errorquer

@using (Html.BeginForm()) {

@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.fullname, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.EditorFor(model => model.fullname, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.fullname, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.phonenumber, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.EditorFor(model => model.phonenumber, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.phonenumber, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.patient_condition, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DropDownListFor(model => model.patient_condition, ViewBag.droppataientconditaon as SelectList, "--Select Conditaion--", new { @class = "form-control" }) @*@Html.ValidationMessageFor(model => model.patient_condition, "", new { @class = "text-danger" })*@
@Html.LabelFor(model => model.location, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DropDownListFor(model => model.location, ViewBag.patientlocation as SelectList, "--Select Location--", new { @class = "form-control" }) @*@Html.ValidationMessageFor(model => model.location, "", new { @class = "text-danger" })*@
@Html.LabelFor(model => model.message, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.TextAreaFor(model => model.message, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.message, "", new { @class = "text-danger" })

}