Using a template to display multiple PICK
I have pod, 'offer', and a template to display the output. I also have another pod, 'cotos', which has a multiple PICK field from the offer pod. I can see how to output the multiple PICKS in my coto page, the Display Helper gives a great example. What I'd like to do is to retrieve the records from my 'offer' pod in the display helper and use my existing template to display the output. Can I do this simply in the display helper? Thanks
2 Answers
If you install the pick debug display helper (http://podscms.org/packages/pick-debug/), it should output the data structure needed to dot-down to the elements you want to display.
Thanks. I've recreated my offer template in the display helper - it wasn't hard, but I was hoping I could treat the multiple pick value as a 'filtered' pod and use 'showtemplate' or similar to re-use the display template.


