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 […]
Articles Tagged: Form
How to use the Form Node
Introduction: When you want to group multiple questions into one node, you can use the form node. It will display all your questions on one page with a submit button ( the same as any regular form ). Here’s a video
How to format form input?
Introduction This guide will demonstrate how to format the appearance of form inputs in your decision tree using LeadsHook. Here is an example of a form input without formatting: Here is an example of a form input with formatting: Step by Step Instructions On the decision tree canvas,1. Click the settings icon2. Click “Appearance” the […]
How to create questions in table form
Introduction This guide will demonstrate how to create a set of questions in a table format in your decision tree, such as: Step by Step Instructions Referring to the above image, the dummy texts “REDYES”, “REDNO”, “LEMONYES” and “LEMONNO” will be replaced with the source code of radio buttons in the subsequent steps. 2. On […]
How to Add a Radio or Checkbox Button to Get Consent – Meet GDPR Requirements
Introduction: In this article, you will learn how to add consent options to your forms with LeadsHook, ensuring GDPR compliance by obtaining explicit consent from your leads. There are two consent capture methods to choose from: Radio buttons and Checkboxes. Option 1: Radio – offers a choice of 2 or more options where your leads can […]
Form and Answer Custom Field type: dropdown
Introduction When we are creating a Form or Answer Custom Field, we may choose “dropdown” as the type of the custom field, to store information selected from a dropdown list in the custom field. Example: The above custom field “dpd” can be used to display a dropdown. Step by Step Instructions
Form and Answer Custom Field type: calculated
Introduction When we are creating a Form or Answer Custom Field, we may choose “calculated” as the type of the custom field, to input mathematical operation/function store email in the custom field. See More How to Add Mathematical Functions in a Calculated Field
Form and Answer Custom Field type: video
Introduction When we are creating a Form or Answer Custom Field, we may choose “video” as the type of the custom field, to store video in the custom field. See More Using Video Custom Field How to Capture Data using Custom Fields Inside the Text Editor
Form and Answer Custom Field type: image
Introduction When we are creating a Form or Answer Custom Field, we may choose “image” as the type of the custom field, to store image in the custom field. See More Using Image Custom Field How to Capture Data using Custom Fields Inside the Text Editor
Form and Answer Custom Field type: text
Introduction: This guide explains how to create a Form or Answer Custom Field of the type “text” in LeadsHook, allowing you to store textual data in your custom fields. When we are creating a Form or Answer Custom Field, we may choose “text” as the type of the custom field, to store text in the […]