<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <%-- Feedback --%>

Submit General Questions and/or Comments

<% Html.ValidationSummary("Please correct the errors and try again"); %> <% using (Html.BeginForm()) { %>

Please share your questions and/or comments about the emissions inventory system. Enter your message in the form below to contact us via email. Please include your name and contact information in the message.

<%: Html.LabelFor(x=>x.Body,"Message:") %> <%: Html.TextAreaFor(x => x.Body, new { @class = "text-input large-input textarea", @rows = "5" })%> <%: Html.ValidationMessageFor(x => x.Body)%>

<%: Html.ActionLink("Cancel", "Home", "Public",null, new { @class = "cancelButton" })%>

<% } %>