Closed (works as designed)
Project:
FillPDF
Version:
6.x-1.15
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2011 at 00:02 UTC
Updated:
29 Dec 2011 at 00:59 UTC
Hi Team,
I have a select list field on my CCK form where you can select multiple options. ie
Field Name: Favorite Color
Select List Options: Blue, Red, Green, Black.
When selecting multiple items it displays fine in the node view but when you use fillpdf it only shows the first chosen value.
I've tried to change the field in the PDF to multi-lines and change the size of the field but it still only shows 1 value.
I know views that a issue like this in the pass and you had to select show all values or something like that.
Cheers,
Daimian
Comments
Comment #1
wizonesolutionsYou have to use Token array for this and use the token that will return the multiple values comma-separated without spaces. IIRC, that is the format that's needed to fill the PDF properly.