@model Project_Unite.Models.SendFeedbackViewModel @{ ViewBag.Title = "Send feedback"; }

Send feedback

Hey there, Shifter! Michael here. So, you want to get in touch with the ShiftOS team, do ya? Well, just fill out this form!

@using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.ValidationSummary()
Your name:
Just in case I need it, can you please enter your name here? @Html.TextBoxFor(x=>x.Name, new{@class="form-control"})
Your email:
May you please enter your email address so I can reply to you if needed? @Html.TextBoxFor(x => x.Email, new { type="email", @class = "form-control" })
Feedback type:
@Html.DropDownListFor(x => x.Name, Model.FeedbackTypes, new { @class = "form-control" })
Subject:
@Html.TextBoxFor(x => x.Subject, new { @class = "form-control" })
Body:
@Html.TextAreaFor(x => x.Body, new { @class = "form-control" })
}

Bogus email addresses

Please note that if you enter a bogus email address, we will completely ignore your feedback. This is because I want to be talking with real people, not spammers. If I can't reach you, I just won't listen to you.

This is NOT for general communication!

Please only use this form for feedback/support for ShiftOS. If you want to get in contact with me for other reasons, join our Discord server or email me directly at this address.