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 […]
Category: Scripts
FB Hash
Some FB users require their data for FB to be cryptographically secure Facebook allow this using SHA256 ( Secure Hash Algorithm ) Here we will demonstrate how to do this First we need to add our scripts to the global or DT level scripts section. ( In the DT settings ) That means the FB […]
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… PLEASE NOTE: You no longer have to use the custom script to format phone numbers. […]
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
In this article you’ll learn how to use Google Sheets as an external database. You can make API calls from LeadsHook using the API node and SAVE the returning data into custom fields. There are 2 methods available… METHOD #1: Easy Method Using a 3rd Party App (Developer NOT Required) In method 1, you use […]
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 […]
Anti Spam/Abuse verification Dialog
You may already be aware of Google Re-Captcha. Many websites use it to fight spam and abuse. In LeadsHook its possible to create your own anti spam/abuse verification dialog using JavaScript. Google Re-Captcha is fairly ugly and doesn’t blend well with the underlying theme of a site. Using your own dialog allows you to customize […]