By: Dr. Inna Baigozina-Goreli and George Evans In previous blog posts, we explored how chemical companies need to create a “Living Business”—one that can stay in step with customers and remain perpetually relevant to them. We also examined a number [...]
Nested and mixed lists are an interesting beast. It’s a corner case to make sure that Lists within lists do not break the ordered list numbering order Your list styles go deep enough. Ordered – Unordered – Ordered ordered [...]
Title should not overflow the content area A few things to check for: Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. Check the browser window / tab title. If you [...]
// Copy the below lines under window.fcWidget.init inside fw_chat_widget function in the above snippet
// To set unique user id in your system when it is available
window.fcWidget.setExternalId("john.doe1987");
// To set user name
window.fcWidget.user.setFirstName("John");
// To set user email
window.fcWidget.user.setEmail("john.doe@gmail.com");
// To set user properties
// Note that any other fields passed as properties which are not in the CRM Contact properties already, they will be ignored.
window.fcWidget.user.setProperties({
cf_plan: "Pro", // meta property 1
cf_status: "Active" // meta property 2
});