Display content if month_tag = Current Month

2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 2, 2019   (RSS)

By daniel - July 2, 2019

Hi jeffncou,

You should be able to achieve this with the listValues_unpack() function, by replacing this:

$month_tag = array ($record['month_tag:values']);

With this:

$month_tag = listValues_unpack($record['month_tag:values']);

Give this a try and let me know if it works for you!

Thanks,

Daniel
Technical Lead
interactivetools.com