I have a few sets of repeater fields setup.
For one set, everything works fine.
The fields print out like:
[Automobile_Year_1][Automobile_Color_1][Automobile_Make_1][Automobile_Model_1]
[Automobile_Year_2][Automobile_Color_2][Automobile_Make_2][Automobile_Model_2]
But the 2nd set of repeater fields does not work.
It should map and have an output like:
[References_Name_1][References_Relationship_1][References_YearsKnown_1]
But the output is showing as:
[a:2:{i:0;i:209;i:1;i:210;}] [a:2:{i:0;i:209;i:1;i:210;}]
I can’t figure out where the difference in these 2 fields are; they are mapped the same way, formatting is set the same way – but the values come out as database strings rather than text values as in the previous fieldset.
What am I missing / what might be causing this?