Hi,
I've been trying to output a value from multiple merged cck fields in a table cell, and I could use some help.
I have three multiple-value fields ($field_one, $field_two, $field_three) stored using a cck made content type.
The stored values are:
$field_one (a1,a2,a3)
$field_two (b1,b2,b3)
$field_three (c1,c2,c3)
The intended output is (| as cell delimiter, - as value delimiter):
| a1-b1-c1 | a2-b2-c2 | a3-b3-c3 |
My current attempts are modified versions of