Create Custom Lead Fields

1. Feature Overview

LeadSquared provides a set of default lead fields out of the box, but every business captures unique information about its leads. Custom lead fields let you extend the standard lead profile with fields specific to your industry or workflow — such as a credit score for financial services, a property budget for real estate, or a patient ID for healthcare.

Note: If an existing unused lead field already has the data input type you need, consider renaming its Display Name instead of creating a new field.

Examples by industry:

Industry Example Custom Fields
Banking & Financial Services Aadhaar Number, Social Security Number, Credit Score
Education & Ed-Tech 12th Grade Results, Course Interest
Real Estate Location Interest, Budget, Property Type
Healthcare Patient ID, Age, Previous Diagnosis
General Spouse’s Name, Permanent Address, Marital Status, Gender

 

2. Prerequisites

You must have Administrator access to create or modify custom lead fields.

 

3. How It Works

When you create a custom lead field, you define its properties and the section it belongs to. The section determines where the field appears when adding or viewing a lead record. Properties control the field’s data type — such as text, number, or date — and its behavior, such as whether it is mandatory, searchable, or included in mail merge.

Note: Review the data input type carefully before saving — most field properties cannot be changed after creation.

 

4. Creating a Custom Lead Field

  1. Go to My Profile>Settings>Leads>Lead Fields.
  2. Click the Create icon.
  3. Fill in the field properties (see reference below).
  4. Click Save.

navigate to create custom lead fields

 

5. Field Properties Reference

5.1 Basic Properties

Property Description
Display Name The label shown to users on the lead form (e.g., Alternate Mobile Number).
Include Field in Section The section of the lead profile where the field appears: Lead Details, Additional Details, or Hidden Fields.
Mail Merge Default Value A fallback value used in mail merge when a lead has no data in this field.
Data Input Type The field’s data type. Determines how the field is rendered and what values are accepted (see table below).

5.2 Data Input Types

Data Type Rendered As Example
Text (String) Text box Designation
Number Text box (select Decimal or Integer) Fax Number
Email Email input Alternate Email Address
Phone Text box or Phone Controller Secondary Phone Number
Website URL input Company Blog
Date Date picker Follow-up Date
Time Time picker Follow-up Time
Boolean Radio button or checkbox Valid Passport
Dropdown Single-select dropdown Country
Multi-Select Dropdown Multi-select dropdown Courses Opted For
Custom Field Set (CFS) Configurable — supports file/image uploads PAN Card
Note: If you need a large number of dropdown options, see Large Options Set for Lead Fields.

5.3 Behavioral Settings

Setting Description
Include in Mail Merge Allows this field’s value to be dynamically merged into email campaigns, automations, and integrations.

Note: File-type CFS fields cannot be included in mail merge.
Is Mandatory Prevents users from saving a lead record without filling in this field.
Include in Quick Search Makes this field searchable from the Quick Search bar on the Manage Leads page.
Show in Quick Add Displays this field when creating a lead through the Quick Add option.
Lock After Create Prevents non-admin users from editing the field value after the lead is created. Does not restrict API-level updates.
Use in Lead Clone Auto-populates this field when cloning an existing lead.
Show in Import Makes this field available for column mapping when importing leads.

 

6. Editing a Custom Lead Field

Once a field is created, only the following properties can be modified:

  • Mail Merge Default Value
  • Maximum Length
  • Is Mandatory

All other properties, including the data input type, are locked after creation.

 

7. How to Create a Currency Field

LeadSquared does not have a dedicated currency data type, but you can display a Number field in currency format using Custom Field Sets (CFS). Follow these steps:

Step 1: Set your account’s default currency format.

  1. Go to Settings>Profile>Company Profile.
  2. Click Edit.
  3. Next to Default Currency, click Format, select your preferred comma-separated currency format, and click Save.

Step 2: Create a currency-formatted number field.

  1. Go to Settings>Leads>Manage Custom Field Sets.
  2. Click Create.
  3. Enter a Name and Description, then click Next.
  4. Click Add Field, enter a Display Name, and select Number from the Type dropdown.
  5. Click the actions menu (seria sales user dashboard actions) and select Currency from the Show As dropdown.
Note: Currency formatting is also available for Opportunity, Task, and Activity number fields.

How to Create a Currency Field

 

Any Questions?

Did you find this article helpful? Please let us know any feedback you may have in the comments section below. We’d love to hear from you and help you out!

Subscribe
Notify of
guest
8 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Allan
Allan
1 year ago

Hi, I want to add a custom Lead field that will be used in Leads and Opportunities and I want the value to be automatically updated based on the Audit of the Lead.

Example
Custom Field1 = Latest_Update
Custom Field 2 = is_Called

I want the logic in such a way that if during the journey of the lead, if the “Latest_Update” field is set to “Called” then the “is_Called” field should be set to “True” until then it should be “False”

Last edited 1 year ago by Allan
Zaid Assadi
Admin
Reply to  Allan
1 year ago

Hi Allan,

You can achieve this using LeadSquared’s Automation feature.

First, create the Lead Fields:

Latest_Update – Tracks the latest action on the Lead.
Is_Called – Ensure this field has a default value of “False” by selecting the ‘False’ radio button option.

is called custom field

Set Up Automation:

Trigger Card: Create a trigger card of Lead Update when the “Latest_Update” field changes.
If/Else Card: Add the condition “Latest_Update = Called”
Action Card: Add a Lead Update action card with the condition “Is_Called = True”

Lead called automation flow

This setup will ensure the “Is_Called” field updates automatically based on the specified condition. If you need further assistance, please send an email to support@leadsquared.com.

Abhishek
Abhishek
1 year ago

Can we create multiple lead fields at one time using any API?

Oshin Anand
Admin
Reply to  Abhishek
1 year ago

Hi, Abhishek.
You cannot create multiple lead fields at one time using API. However, there’s an API that lets you create a single lead field.

Abhishek
Abhishek
2 years ago

I want once my sales users enter the data in the Lead Field they don’t have access to overright or change the data of that lead field. Let me know how can we achieve this.

Abhishek
Abhishek
Reply to  Dharshana Santhanam
2 years ago

Hi Dharshana,
I have created the permission template and restricted the edit field but when the user is going to enter the data the first time it shows the restrictions on it.