To prevent most search engine web crawlers from indexing your decision tree, Add the following script under admin and use it for any/all DTs you want. To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the <head> section of your decision tree: To prevent […]
Articles Tagged: script
Google Places – extra Address verification script
PLEASE NOTE: This script is provided to help you get started. Unfortunately, our free support does not include custom scripts. Any competent JS developer should be able to manipulate this script for your needs. Please contact us if you need help to find a developer. Please thoroughly test before use. When using real time address […]
How to Send Node-Level API Requests Using JavaScript
PLEASE NOTE: This script is provided to help you get started. Unfortunately, our free support does not include custom scripts. Any competent JS developer should be able to manipulate this script for your needs. Please contact us if you need help to find a developer. Please thoroughly test before use. BACKGROUND In some cases you […]
Do calculations using a script
You might be aware of the calculation custom field. It exists so that you can do custom calculations However, its also possible to do calculations using JavaScript In a Q&A node, add a script Give it a name, for type choose script, and set it to fire on exit of the node Inside the script […]
Change the DT title using a script
Normally the project name will be the DT title. The DT title is the text that appears in the browser tab. However, its possible to override this using a script You could change the title at any time. For example node by node. In this example we will change the title for the whole DT […]
How to Send Your Leads From LeadsHook to Go High Level
In this article you’ll discover how to send leads to Go High Level using Webhook Node. Special thanks to Rob Olsen who has provided much of the content shared on page. Please see the accompanying detailed notes below as well… Video Instructions: Download Sample Decision Tree: https://drive.google.com/file/d/1beSF0w5bX5IoBaNgW2rvdRZfot5WtBn-/view?usp=sharing REQUIRED LeadsHook Account GoHighLevel Account Access Website.hook (or […]
How to Address Norton’s… “This is a known dangerous website” Error Message!
This message appears often enough with false positives that Norton/Symantec have a special website to report this to get your domain/site whitelisted! As a first step, please run a malware test and confirm there are no issues. If you using self-managed platforms like WordPress then these issues can happen. Use this free tool to test […]
Loopback to 2nd node in any DT from the header/footer section
If you are keen on using the header/footer settings, you probably are aware that you can frame your DT with a menu and custom style too. Normally these menu items are external links, leading out of LeadsHook. However, its actually possible to link to the second node of any DT using the script below. This […]
Using Google Sheets as a lookup table
Its possible to use server side javascript to process an API call in LeadsHook Basically you send a request to the GS server with a parameter to search with. Then the script will search a given column where the parameter matches. When it finds the matching column value – the whole row is retrieved, converted […]
How to Fire Pixels and Events Based Specific Conditions
LeadsHook provides a great UI for creating your Decision Trees. There are countless features that makes server side scripting easy. Additionally, power users might be glad to know that it’s also possible to go low level and use any HTML/CSS/JS that you might like. In this example we will be showing you how to create […]