7.2 Custom Fields

Estimated reading: 1 minute 47 views
To display custom fields, there is a shortcode named [lcw_contact_field]

[This is a premium feature]

There are 2 types of custom fields.

  • STANDARD_FIELD
  • Custom Field

All subaccounts feature Standard Fields that are consistent across the board.
These fields are fixed and cannot be modified. In contrast,
Custom Fields offer flexibility, allowing variations to suit
the unique needs of each subaccount.

The STANDARD_FIELD keys are fixed, and you need to follow the list below:

  • firstName
  • lastName
  • email
  • country
  • type
  • dateAdded
  • phone
  • dateOfBirth
  • additionalPhones
  • website
  • city
  • address1
  • companyName
  • state
  • postalCode
  • additionalEmails

You need to use these keys inside your shortcode for the parameter
key. Example: to show the date of birth, you need to write:
[lcw_contact_field key='dateOfBirth']

Now, let’s see how we can use the custom fields:

You need to use the key for the custom field. See the image below for how you can get the key.

How to get your custom field Key:

example: [lcw_contact_field key='saturdays_attended']

Leave a Reply

Your email address will not be published. Required fields are marked *

Share this Doc

7.2 Custom Fields

Or copy link

CONTENTS