Please Note: Custom Page node requires advance technical skills so is best managed with a developer Introduction In this article, we’ll share an example of the use of custom page node to create a poll with a pop-up form. The answer selected is also saved into a custom field. IMPORTANT: The DT.setField function is sitting […]
Articles Tagged: custom field
How to Build a Calculator With Custom Page Nodes
Introduction In this article, you’ll learn how to use custom page nodes to save data into custom fields and then use the custom fields in a JS function. Test the decision tree here: https://marketing.leadshook.io/s/S1TcY06gDUM0KhMw5tefPVp3zmEjJ6xvn7a8EFGw PLEASE NOTE: When IMPORTING a Decision Tree that contains custom page nodes with custom fields, then you MUST create the corresponding […]
How To Split First Name and Last Name
Introduction: If you are capturing the lead’s full name in one custom field and wanted to display ONLY the first name on the next node, add the below script on the node level. Please note:The example script above ‘{full_name}’ is where you are saving the leads full name. You need to replace this with the […]
Complete Guide to Data Mining with LeadsHook
Introduction: Creating the world’s most valuable resource! SECTION 1: FUNDAMENTALS – CREATING DATA INSIDE LEADSHOOK Video 1: Introduction to Data Mining With LeadsHook Video 2: Understanding the limits of Custom Fields! Video 3: Use & Creation of Custom Fields Video 4: Question & Answer Nodes With Custom Fields Video 5: Personalized CTAs & Personalized Questions […]
How to Pass a Parameter From a Script to a Custom Field.
Introduction: If you use custom scripts, sometimes you will want to pass a scripted variable to a custom field. You’ll also learn see a script with conditions where you can update the value of a custom field after comparing 2 values. Important: DT.setField function cannot be used on the last node for V2 DTs. The […]
How to use Custom Fields
Introduction: This guide will illustrate the process of creating, assigning, and viewing custom fields in Leadshook, which is integral for users who wish to perform advanced functionality. Upon mastering these instructions, you’ll be capable of creating unique data fields, improving your ability to capture and organize information. Prerequisites: Classes of Fields: System fields Form fields […]
How to filter dropdown choices in the Form node
Introduction: This guide explains how to filter dropdown choices in the form node in LeadsHook. This functionality is beneficial when dealing with dropdown form custom fields containing more than 10 choices. Step by Step Instructions Step 1.Create a dropdown custom field under the form custom field. The dropdown choices should be more than 10. Here […]
How to Add a Dropdown Question
Introduction: In this article we’ll look at how to setup a dropdown node…This guide outlines the steps to set up a dropdown question in your decision tree using LeadsHook. Basic Example… The Relationship Between Question and Answer Node: Dropdown and Dropdown Custom Fields Dropbox custom field “supplies” values and labels to a Question & Answer: […]
How to create and add a Custom Field
Introduction: LeadsHook allows you to create an unlimited number of custom fields. These can be displayed by adding curly brackets around your custom field name, like {my-custom-field}. LeadsHook provides three types of custom fields: System, Form, and Answer custom fields. This guide will walk you through the process of adding custom fields. LeadsHook has 3 types […]