Universal

[memb_crm_custom_value]

Summary
This shortcode let’s you display a custom value from HighLevel. Custom values are dynamic fields at the account level of HighLevel. Often things such…
Shortcode Video

Description

This shortcode let’s you display a custom value from HighLevel. Custom values are dynamic fields at the account level of HighLevel. Often things such as your company name, address, or anything you want to have a global merge field for.

Shortcode Examples

You can find all of your HighLevel Custom Values by going to your HighLevel app > Settings > Custom Values:

In the example above, you can see the second item in the list “Company Address”. The Key would be: Company Address

Despite that there is a column with the name Key, you will want to use the “Name” column within the shortcode.

The shortcode to display the custom value would be:

[memb_crm_custom_value key="Company Address"]

The output would be:
“123 Test Street”

Shortcode Parameters

keyThe HighLevel custom value key that you want to pull in and display on your site.