@if (Model.SmsConsent)
{
SMS consent was recorded on the quote
@if (Model.ProspectSmsConsentedAt.HasValue)
{
on @Model.ProspectSmsConsentedAt.Value.ToLocalTime().ToString("MM/dd/yyyy")
}
}
else
{
No SMS consent was recorded on the quote.
}
Only check if the customer has explicitly agreed to receive text messages (TCPA compliance).
If checked, the new customer record will have SMS enabled and a confirmation text will be sent.