> 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

<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="/files/vp68ZQpzjYdSH96pfzA8" alt=""><figcaption><p>How to get your custom field Key</p></figcaption></figure>

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