How to allow users to download uploaded files in the ContentBuilder list view?
In case you have ContentBuilder and BreezingForms integration and you want to allow users to be able to download uploaded files, then you need to use ContentBuilder download plugin.
Use this code in Item wrap code of upload element:
${CBDownload}
In case you want only to show Download link (without Filename, Mime, Size and Hits) you can use following code:
${CBDownload hide-size:true; hide-downloads: true; hide-filename: true; hide-mime: true;}