> For the complete documentation index, see [llms.txt](https://better-wizard.gitbook.io/lead-connector-wizard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://better-wizard.gitbook.io/lead-connector-wizard/7.-custom-values-and-custom-fields/7.2-custom-fields.md).

# 7.2 Custom Fields

To display custom fields there is a shortcode named \[lcw\_contact\_field]

<mark style="color:green;">**\[This is a premium feature]**</mark>

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.

<figure><img src="https://660943784-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz05QvQmZlyr3X728HXAZ%2Fuploads%2F2t5Lb2zLAeQmMt1FgeGB%2FCleanShot%202024-03-20%20at%2021.07.22.png?alt=media&amp;token=26410a27-3e63-4105-8d14-a495a4b8154c" alt=""><figcaption><p>How to get your custom field Key</p></figcaption></figure>

**example: \[lcw\_contact\_field key='saturdays\_attended']**
