@model HealthchoiceMVC.NonDbModels.ContactUsViewModel @{ ViewBag.Title = "Contact Us"; }

@ViewBag.Title

@*

@ViewBag.Message

*@ @*
*@

Healthchoice welcomes comments, queries and enquiries. Should you wish to communicate with us please fill in the form below and click on the send button. We'll contact you with our response as soon as possible. You can also contact us directly at

@using (Html.BeginForm()) { @Html.ValidationSummary(true)
@*
@Html.ValidationMessageFor(model => model.Name, "", new { @class = "col-sm-offset-2 alert-warning" })
*@
@Html.LabelFor(model => model.Name, "Name", new { @class = "col-sm-2 control-label" }) @Html.TextBoxFor(model => model.Name, "", new { @class = "col-sm-10 form-control", placeholder = "Name" }) @Html.ValidationMessageFor(model => model.Name, "", new { @class = "col-sm-offset-2 col-sm-10" })
@Html.LabelFor(model => model.Phone, "Phone", new { @class = "col-sm-2 control-label" }) @Html.TextBoxFor(model => model.Phone, "", new { @class = "col-sm-10 form-control", placeholder = "Phone" }) @Html.ValidationMessageFor(model => model.Phone, "", new { @class = "col-sm-offset-2 col-sm-10" })
@Html.LabelFor(model => model.Email, "Email", new { @class = "col-sm-2 control-label" }) @Html.TextBoxFor(model => model.Email, "", new { @class = "col-sm-10 form-control", placeholder = "Email" }) @Html.ValidationMessageFor(model => model.Email, "", new { @class = "col-sm-offset-2 col-sm-10" })
@Html.LabelFor(model => model.Comment, "Comment", new { @class = "col-sm-2 control-label" }) @Html.TextAreaFor(model => model.Comment, 5, 20, new { @class = "col-sm-10 form-control", placeholder = "Comment" }) @Html.ValidationMessageFor(model => model.Comment, "", new { @class = "col-sm-offset-2 col-sm-10" })
} @*
*@
Image of a doctor and patient @*
*@
@*
One Microsoft Way
Redmond, WA 98052-6399
P: 425.555.0100
*@
Telephone: 0861 000 350

Email:
@**@