Introduction: Here’s a video of how to set this up: If you like you can download a copy of this demo Decision Tree. Then you can import it into your own account.
All posts by Nik T
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.
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
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 […]
Unbounce – Full screen background
Introduction: If you want to cover your background with a full screen image in Unbounce then you will need to: Video guide:
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 […]
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 […]
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 […]
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 […]
How to send an email notification to the user of a Decision Tree
Introduction: Here’s an instructional video: