This tag outputs metadata for the custom field associated with the ID passed. For example, you can use this tag to output the name of a custom field.


Note: If you want to output data stored in a custom field for a particular member you'll need to use the MM_Member_Data SmartTag and it will look something like this:


[MM_Member_Data name='customField_4']


In this example, we're outputting the data stored in the custom field with ID 4 for the current member.


Attributes


id - The ID associated with the custom field to retrieve data for.


name - Indicates what type of data to output from the custom field. Below is a list of acceptable values:


ValueDescription
displayNameOutputs the display name


Usage


[MM_CustomField_Data id='2' name='displayName']