Closed (fixed)
Project:
Custom Formatters
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2012 at 08:33 UTC
Updated:
28 Jun 2012 at 12:31 UTC
Hi,
I am experiencing this module as a great add-on. Thanks for building.
Right now I am looking to combine the values of a link-field and a price-field.
Would it be somehow possible to combine these values through custom formatters?
Thanks a lot in advance for your reply!
Greetings, Martijn
Comments
Comment #1
hixster commentedYes! create and name a custom formatter and then use tokens or php to assemble the fields you want together. Then choose the customer formatter in your display settings for the field.
Comment #2
decipheredMany ways to do this, make a formatter for one of the fields and output data from the other field (from the entity object), or use a Field collection, or any other solution.