Thank you very much for the help. The title is now perfect and I am displaying the columns I intend. With that said, the last part is returning the custom data field:
For my test environment I am doing the following, however it is returning all of my custom fields at once in my table and with no data.
<td><?php echo wpdm_acf::acf_group([ID],’cardatabase’); ?></td>
If my fields are:
[acf_cardatabase_make]
[acf_cardatabase_model]
[acf_cardatabase_year]
How can I retrieve these values specifically for each Download?
Thank you again for all of your help!