Conditional Logic using Calculated fields

Introduction: Here’s an example: So if the business skill variable is less than 100 it will assign the value ‘1’ to this field Otherwise it will assign the value ‘-1’ to this ( if_statement ) custom field.

Read More

How to use the Form Node

Introduction: When you want to group multiple questions into one node, you can use the form node. It will display all your questions on one page with a submit button ( the same as any regular form ). Here’s a video

Read More

How to Pass a Parameter From a Script to a Custom Field.

Introduction: 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. Important: DT.setField function cannot be used on the last node for V2 DTs. The […]

Read More

Unbounce – Fix height problem

Introduction: If you have every tried to use Unbounce and LeadsHook together, you will surely have experienced the dynamic height problem where you decision tree is cut off. This is because by default Unbounce uses absolute positioning in their builder. So this guide will show you how to enable dynamic ( variable ) height with […]

Read More

Default value behavior

Introduction: 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 […]

Read More

How to Create a Custom Audience inside FaceBook Using Standard Events After Firing JS Events from LeadsHook

Introduction: In this article you’ll learn about to use the Facebook events you’ve been passing from LeadsHook to create Custom Audiences (and LookaLike Audiences) Learn About Custom Conversions Here A powerful way to help Facebook find your audience is to create audience based on questions and answers you’re passing to Facebook. Watch this video on how to access […]

Read More

How to use Google Fonts in LeadsHook

Introduction: LeadsHook supports a number of fonts in the appearance settings, however, if what you need is not on the list then you use Google Fonts instead. Step-by-Step Instructions: Step 1: Select a font Go to https://fonts.google.com/ and select the font of your choice. Take note of the import script and the CSS rule as […]

Read More