Hi,

First of all, congratulations for that module, it's very useful.

when I tried to convert some fields into one, only copies the last field I selected to convert.

Example:
Entity A
field_1
field_2
field_3

Entity B. field_converted

In Entity B , I want to show the information of 3 fields (field_1, field_2, field_3) of entity A in one field in entity B (field_converted). But it shows only the information of the field field_3.
field_converted would show something like this: [Information field_1] [space/
] [Information field_2][space/
] [Information field_3]

Is it possible to do that? How?

Thanks

Comments

_snake_’s picture

Sorry, The newlines in the previous post are there because I insert the html tag br...

It would be like this:

[Information field_1] [space/br] [Information field_2][space/br] [Information field_3]