How to Add Click-to-Call Button

HTML5 includes a protocol for making an element clickable and opening the phone app and adding the number to call. This makes it very easy to add a Click-to-Call button in your Decision Tree. Take note, make sure to include target=”_blank” as this is the only way that this would work for IOS users. The […]

Read More

How to Calculate Time Spent in a Node

In this article, you will learn how to calculate the time spent in a node. Step 1: Create custom fields Create a custom field for the timestamp on node enter. Create a custom field for the timestamp on node exit. Create a calculated custom field for the time spent. Please do not forget to include […]

Read More