Version 1: Simply add the script below to the body of your node. Version 2: Use the code below for version 2. Set Delay Timeout: You can change the time delay by updating the set timeout time to the desired millisecond time. Please refer to the screenshot below.
All posts by Nik T
How to Add Click-to-Call Button
Introduction 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. […]
How to Publish Your Decision Tree
Introduction: Time to go live? Here is how to publish your decision tree. Step by Step Instructions Step 1: Click Publish Step 2: Make sure to fix the errors (texts in red) if there are any. Step 3: You can ignore the warnings and proceed with publishing the decision tree by clicking “Proceed” Step 4: […]
How to Save Google’s Client ID in a Custom Field
Introduction: This guide will walk you through the process of capturing Google’s cookie and saving the client ID into a custom field. By following these steps, you will be able to successfully store the client ID from Google’s cookie in a custom field named “clientid”. Prerequisites: Step-by-Step Instructions: Step 1: Ensure GA Setup Step 2: […]
Align the image either left or right on the answer button
Introduction There are no settings or options to put the image side by side with the text on the answer button, however, a little CSS should do the job. Here is the CSS code: And here is the code explanation. Please feel free to adjust the code according to your needs. And here is the […]
How to add a tooltip
Introduction In this article, you will learn how you can add a tooltip. A tooltip is often used to specify extra information about something when the user moves the mouse pointer over an element. Step by Step Instructions LeadsHook provides 2 options to add a tooltip in a node. I. First Option: Using node level […]
Version 1 and version 2 grid design differences
You might notice design differences between version 1 and version 2 of LeadsHook. The main reason for this is that version 1 uses bootstrap while version 2 uses pure CSS. One major difference between the two is the use of the grid system. Bootstrap Grid System Bootstrap includes a responsive, mobile-first fluid grid system that […]
How to Pass Data Using setCookie & grabCookie Functions
This guide is provided without our free support because setups vary from business to business. This guide is for a technical audience. Please contact us if you need our technical and development services. In this article, you’ll learn how to pass any data through a cookie. Step 1: Add a script in the node where […]
How to Switch the positions for Back and Next Buttons
Introduction In this article, you will learn how to switch back and next buttons. From To If you want to apply this on the whole Decision Tree, please Go to the Global Level Scripts via Admin> Scripts, and click the Add button. Copy and paste the code below: Please take note: Add the script in […]
How to Create a Dynamic Decision Tree
Introduction In this article you’ll learn how to create a decision tree where values can change in real time as your prospects select specific answers… WARNING! The example below has been created using custom page nodes. This will require the help of a developer who knows html, css and javascript (a very common skill set). […]