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

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It specifies the HTML template used to render individual fields in live chat cards, allowing for customization of field labels and values.
What area does it affect? Live chat interface
What does the default mean? The default value is "<div class = "vac-content"> <div class = "vac-content-label"> {{fieldLabel}}</div> <div class = "vac-content-value" > {{fieldValue}}</div> </div>", which is the baseline setting used unless it is changed.
When should you review it? Review this property when updating chat UI designs or improving user experience in live chat.

Out of the box property record

Raw metadata from the property record.

Property name glide.live.chat_html_card_field_template
Sys ID d3c3d79ddb41e300db2051735e96193e
Type string
Application Global
Default value <div class = "vac-content"> <div class = "vac-content-label"> {{fieldLabel}}</div> <div class = "vac-content-value" > {{fieldValue}}</div> </div>
Description
Updated 2024-05-25 03:39:10