@using PowderCoating.Web.Controllers @model ContactViewModel @{ ViewData["Title"] = "Contact Us"; ViewData["PageIcon"] = "bi-envelope"; }

Contact Us

@if (TempData["Success"] != null) { } @if (TempData["Error"] != null) { }
@* ── Left column: Resources ── *@

Self-Service Resources

@* Help Center *@
Help Center
Step-by-step articles for every part of the system.
@* AI Assistant *@
AI Assistant
Ask anything — available 24/7 in the bottom-right corner.
@* Facebook Community *@
Community Group
Connect with other users, share tips, and get peer support.

Response time: We typically reply within 1 business day.

You can also email us directly at support@powdercoatinglogix.com.

@* ── Right column: Contact form ── *@

Send Us a Message

@Html.AntiForgeryToken()
0 / 4000
Browse Help First
@section Scripts { }