Upload Count

2 posts by 2 authors in: Forums > CMS Builder
Last Post: September 6, 2018   (RSS)

By daniel - September 6, 2018

Hi Kenny,

The number of uploads can be found by using the count() function on the array of uploads for that record. For example, if the upload field for that record is simply called "uploads" you could do something like this:

<?php echo count($exampleRecord['uploads']); ?>

Let me know if that helps!

Thanks,

Daniel
Technical Lead
interactivetools.com