Hi Daryl,
when we’ve implemented the plugin, we wanted to make it as secure as possible. As usually, only users with the capability to view Gravity Forms entries can view or download files, we have set this as the requirement for downloading files.
I couldn’t think of a way to allow downloading all files for an entry without breaking this important security measure. As the downloads could have sensitive personal data and anyone with the link would otherwise with the link could download all files. And given the fact that the bulk download link contains the gf_form_id and gf_entry_id as plain integer numbers, anyone would be able to download files for any entry.
I would suggest to just attach the files to the notification you send to the clients. Alternatively, you can add the links to the individual files using the “merge tags” of the file upload fields. This would not allow a “bulk download” but the client could still review all the files – even in the browser without the need of a download, if the file type can be opened in a browser tab.
Would any of this solutions work for your usecase?
Bernhard