Home › Forums › Bugs and Troubleshooting › Repeater fields are mapped, but stringified values are being printed in fields
- This topic has 1 reply, 1 voice, and was last updated 4 years, 4 months ago by admin.
-
AuthorPosts
-
Jordan mcCraryGuest
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?
adminKeymasterThis is not a known issue, a possible cause might be duplicate fields in the PDF form on top of the original “_1” fields.
Complete this form if it’s possible for us to login and take a look. If not possible, then try troubleshooting by adding 6 fields to the PDF temporarily with 3 of the field names ending in _1 and three ending in _2, then map three of the repeater fields to the “_1” fields and test. If all works, there is an issue with the existing PDF fields. Delete them and recreate them. Let us know the result.
We remain at your service.
-
AuthorPosts