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: validation
How to Setup Real-Time Email Verification with Bouncer
IMPORTANT: You can use this as an alternative for Debounce, as Debounce is currently not accepting new users right now. Emailable is an alternate solution for real-time email verification. You may sign up for an account with with them by going to their website: STEP 1: Create Q&A Email field STEP 2: Click the Add […]
How to Setup Real-Time Email Verification with Emailable
IMPORTANT: You can use this as an alternative for Debounce, as Debounce is currently not accepting new users right now. Emailable is an alternate solution for real-time email verification. You may sign up for an account with with them by going to their website: STEP 1: Create Q&A Email field STEP 2: Click the Add […]
Filtering South African Numbers to either accept 6 or 10 digits
This guide will teach you on how to setup your Decision Tree to either only accept 6 or 10 digit African numbers. The only way to filter the numbers is for Leadshook to do the initial mobile validation for 6 or 10 digits then use a script to count the total digits then create a […]
Validate Australian Postcode using Regex
It’s possible to validate your Australian postcodes using a regular expression. Make sure to click save, and then publish your decision tree before testing.
How to Setup Real-Time Email Verification with ZeroBounce
ZeroBounce is an alternate solution for real-time email verification. You may sign up for an account with ZeroBounce by going to their website https://www.zerobounce.net NOTE: You can also use other alternatives below. STEP 1: Create Q&A Email field STEP 2: Click the Add Scripts button STEP 3: Enter the name of the script, select Script […]
Validate US Postcode using regex
Introduction: Its possible to validate your US Postcodes using a regular expression. Step-by-Step Instructions: Step 1: Drag and drop an question node onto the canvas. Specify the type as “text” Step 2: Under “Advanced Options” select “Regex” Copy and paste this regular expression: Step 4: Under preview you can test by entering a US post […]
Validate UK Postcode using regex
Introduction: Its possible to validate your UK Postcodes using a regular expression. Step-by-Step Instructions: Step 1: Drag and drop an question node onto the canvas. Specify the type as “text” Step 2: Under “Advanced Options” select “Regex” Step 3: Copy and paste this regular expression: Step 4: Under preview you can test by entering a […]
How to Setup Real-Time Email Verification
IMPORTANT: Deounce NO longer accepts new users. You cannot use this method for Leadshook anymore. Please use the other alternatives below. In this article, you’ll learn how to setup Real-Time Email Verification Before You Begin… Please review this article on LeadsHook Data Validation & Verification Email verification will only work with System Custom Field: Email (see below). The API […]
How to Setup Real-Time Phone Number Verification
In this article, you’ll learn how to setup Phone Number Verification Before You Begin… Please review this article on LeadsHook Data Validation & Verification Phone number verification will only work with a custom field type: mobile. You can verify mobile phone numbers and landline/fixed line phones numbers. PLEASE ACTIVATE YOUR DECISION TREE BEFORE TESTING How to Setup […]