The Token module for Drupal 7 currently provides support for basic-level field tokens like [node:field_my_image_field] and [node:field_node_reference_field].

Customizing field token output

Sometimes the field tokens may not output as desired. To change how they are output, you must perform the following steps:

Enable the 'Token' custom display setting.

Go to the "Manage display" of the entity type and bundle for which token you are trying to change. For example, to change how fields on Article nodes are displayed in tokens, go to admin/structure/types/manage/article/display. Expand the Custom display settings fieldset at the bottom of the page, click the "Tokens" checkbox, and then click the Save button.

Select the formatter and options for how the field should be displayed.

Go to the "Tokens" sub-tab of the "Manage display" page.

AttachmentSize
1317768257391.png146.62 KB
1317769019994.png110.01 KB
1317769723588.png86.2 KB

Comments

marassa’s picture

No matter how I try, I can't change field token formats. Had to create "Tokens" view mode as it was not there. Added 'prefix' to the field, checked "Display prefix and suffix" in its display settings. They still are not seen in the token replacement.