LeadsHook Cheat Sheet

If you are just starting off, or if you need a method that works, consider using this approach. This is basically a recipe for success. Download a PDF copy here

Read More

How Capture and Save Http Header Information Into Custom Fields

In some cases, you want to capture http header information into a custom field. Here’s an example to save the referring URL. If embedded this will be the URL of the landing page where the Decision Tree is embedded. Say you have 3 URL’s with one Decision Tree. In this case you would have the […]

Read More

How to add a Transition or Animated Loader in your Decision Tree

Introduction: In this short article, you’ll learn how to add a transition or an animated loading page to your Decision tree using the Transition Node. This is best used before an API node. Step 1: Grab a transition node from the node list. Step 2: Enter a name for the Transition node. Step 3: Set […]

Read More

Validate US Postcode using regex

Introduction: Its possible to validate your US Postcodes using a regular expression. Step-by-Step Instructions: Step 1: Drag and drop an question node onto the canvas. Specify the type as “text” Step 2: Under “Advanced Options” select “Regex” Copy and paste this regular expression: Step 4: Under preview you can test by entering a US post […]

Read More

Validate UK Postcode using regex

Introduction: Its possible to validate your UK Postcodes using a regular expression. Step-by-Step Instructions: Step 1: Drag and drop an question node onto the canvas. Specify the type as “text” Step 2: Under “Advanced Options” select “Regex” Step 3: Copy and paste this regular expression: Step 4: Under preview you can test by entering a […]

Read More

How to calculate open hours

Introduction: If you want to split your Decision Tree into available hours of work and unavailable hours, we need to create a custom field, use some JavaScript for the time, and then use this field in a decision node. Step-by-Step Instructions: Step 1: Create a number custom field called hour Step 2: Copy paste this […]

Read More

How to create a phone call button

Introduction: Sometimes you might like your users to make a phonecall to any phone number. On a mobile device it will dial straight out. And on a desktop you will be presented with options. Say you have Skype setup for example. Its actually easier than you think. You simply need to add this HTML code […]

Read More