• Text Messaging Allowed <%= typeof(textMsgAllowed) !== 'undefined' && textMsgAllowed ? 'Yes' : 'No' %>
  • <% if (typeof(textMsgAllowed) !== 'undefined' && textMsgAllowed) { %>
  • Text Messaging Phone Number <%= textMsgPhNumber %>
  • <% } %>
  • Email Messaging Allowed <%= typeof(emailAllowed) !== 'undefined' && emailAllowed ? 'Yes' : 'No' %>
  • <% if (typeof(emailAllowed) !== 'undefined' && emailAllowed) { %>
  • Email Address <%= emailAddress %>
  • <% } %>
  • Notification Frequency<%= typeof(notificationFrequency) === 'undefined' ? 'Never' : notificationFrequency %>