Each lead is stamped with the ‘created at’ time stamp. However, there is no way to call this field in your Decision Tree. So let’s examine the case where you need to use your own time stamp custom field. Simply create a text field called ‘timestamp’ And then copy/paste this code into a node script […]
Category: Custom Fields
Conditional Logic using Calculated fields
The ternary operator is an operator that exists in some programming languages, which takes three operands rather than the typical one or two that most operators use. It provides a way to shorten a simple if else block. In this article we will apply this technique using a calculated field. Here’s an example So if the business skill variable is less […]
How to Pass a Parameter From a Script to a Custom Field.
If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You’ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. The syntax looks like this: Note that the first parameter is the custom field name […]
Default value behavior
When you create a custom field you have the option of specifying a default value. For example: You can see the default value is “true” Now, its also possible to override this value in a question node. You have to assign the question a custom field and provide values. For example: Here you can see […]
How to Setup Number & Calculation Custom Fields
In this article we will discuss two specific types of custom fields… Number custom fields Calculation custom fields. The reason we cover both in one article is because they are often used together. For example, if you were selling something, you would store a price and quantity in two separate number fields. Then you would […]
Understanding Custom Fields
Creating a custom field To create a custom field you must select: Admin -> Custom Fields in the Leadshook menu. You will be presented with three different categories of fields on the top left hand side corner. System fields These are predefined custom fields. Mostly they are common variables that users need all the time. […]
How to filter dropdown choices in the Form node
Introduction In this article, we will learn about filtering dropdown choices in the form node. This is applicable to all dropdown form custom field with more than 10 choices. Step by Step Instructions 1.Create a dropdown custom field under the form custom field. The dropdown choices should be more than 10. Here is an example […]
Understanding the 3 ways to capture data (questions and answers node, form node, text editor)
Introduction In this article, we will learn the 3 ways to capture data, i.e. 1. Questions and answers node 2. Form node 3. Text editor Step by Step Instructions 1.Questions and answers node 1a. Create a questions and answers node 1b. Click +Add Custom Field 1c. Choose the custom field 2.Form node 2a. Create a […]
How to concatenate custom fields?
Introduction In this article, we will learn how to concatenate custom fields. For example, in your decision tree, the custom field first_name = David, and the custom field last_name = Wellington. We can use a calculated custom field to link first_name and last_name, in order to display “David Wellington”. Step by Step Instructions Create a […]
How to Redirect to External Websites from Any Node
In this article we’ll look at how to use LeadsHook to pass data and your leads to various external sites. Here’s a case study on how to direct leads to affiliate offers… You can redirect OUT of LeadsHook from any node… You can also redirect or send the data out that you’ve passed to LeadsHook […]