Introduction: This article provides a step-by-step guide on how to implement a JavaScript script for validating first and last name input fields in a form. The script ensures that these fields contain only letters, spaces, and for the last names, single quotes. Implementing the script Step 1: Firstly, add the following script into the form […]
Category: Scripts
Integrate Google Places Map to display on the next node after the user enters Google address autocomplete
Introduction: This guide provides custom scripts to move the users to the next node the moment they click any address from the Google Places Address validation dropdown. Step by Step Guide: Step 1: Enable Google Address Autocomplete Step 2: Map Google Address API Fields to Leadshook Custom Fields Step 3: Create Q&A node and Select […]
How to assign your own class to Form Node Buttons
Please Note: This is only advised for users who are using a third party tracking system that requires a unique button class on your form node. Introduction Some third party require a specific button class to triggers and track a certain node. Since Leadshook would have the same classes for each Form Node button, then […]
How to Setup TrustedForm by ActiveProspect
IMPORTANT UPDATE: ActiveProspect has just released a new security update which will affect clients who are claiming their own lead certificates. This means that you will now need to verify your domain in order to properly claim the certificate. This is to ensure that your leads will not be able to be claimed from any […]
How to use Masked Input for Sensitive Information
Step 1: Create a Custom Field and name it masked_input Step 2: Add a new Custom Page and enter the code below
How to setup Exit Intent Popup on your Decision Tree
Please Note: We will have this as a direct feature on our upcoming Page Builder in Leadshook soon. Introduction In this article, we’ll share an example of the use of Exit Intent Pop-ups using a decision tree within a decision tree. IMPORTANT: You can create any DT for the Pop up Dt. Step 1: Please […]
Capturing Hyphenated Parameters in LeadsHook
Introduction: In this article, you will learn how to capture hyphenated parameters and save them as custom fields in LeadsHook using JavaScript. Here’s a clear step-by-step process using a sample script: In the above script: You can place the script at the node level of your decision tree. Adjust parameters and custom field names as […]
How to create a “Loading” function using Custom Page Node for V2 Decision Trees
Note: For V2 Decision Trees only. Step 1: Go to Decision Tree scripts and add the jquery library 2. Create custom page node and use the code below You can modify the code to have a different loading gif or text content. You can check the demo HERE
How to Setup Pay Ringba Per Call Campaigns Inside LeadsHook
In this article you’ll learn how to setup Pay Per Call Campaigns using Ringba. We are showing you how to setup Ringba campaigns using Serverside script. We used the clientside version but we found there was a latency when using a number pool. You can see the phone number change in realtime. This ‘flashy’ experience […]
How to delay displaying the next button on a specific node
To delay displaying the next button on a specific node, simply add the script below to the node-level script area. You can adjust the delay time by updating the timeBeforeDisplay in milliseconds.