@model int @{ Layout = "~/Views/Shared/_KioskLayout.cshtml"; ViewData["Title"] = "SMS Consent"; string customerName = ViewBag.CustomerName as string ?? "Customer"; }

SMS Notifications

Please read the following and tap I Agree to opt in.

@Html.AntiForgeryToken()
SMS Consent & Opt-In

By tapping I Agree below, @customerName consents to receive SMS text messages from @(ViewBag.CompanyName ?? "this shop") regarding order status updates, pickup notifications, and other information related to your powder coating services.

Message frequency varies. Message and data rates may apply. You may opt out at any time by replying STOP to any message. Reply HELP for assistance.

Your mobile number will not be shared with third parties or used for marketing unrelated to your orders.

No Thanks
@* Separate form for decline so "No Thanks" can POST with agreed=false *@