Property reference
glide.live.chat_html_card_field_template
The glide.live.chat_html_card_field_template property defines the HTML structure for displaying chat field information. Admins should review this property to customize the appearance of chat fields in live chat interactions, ensuring they meet branding or usability requirements.
Default: <div class = "vac-content">
<div class = "vac-content-label"> {{fieldLabel}}</div>
<div class = "vac-content-value" > {{fieldValue}}</div>
</div>
Type: string
Application: Global