I have spent many days and hours trying to find a solution to what should be a very simple solution and a common need.
I can see so many others have had (and continue to have) the same problem, but no one seems to be able to fully help solve it. I am incredibly frustrated with this. All there seems to be is to apply changes in state, conditions, etc that are all just hacks to find a solution.
The issue is simple… I want to display the multiple files that a user uploads in a repeating group on another page.
This problem occurs when using either the free multi-file plugin or the paid Advanced Multi Uploader plugin.
I’ve reached out to Zeroqode (the maker of the Advanced Multi Uploader plugin) and got the similar “try this and that” replies.
My situation is super basic…
I have a user fill out a form including email, due date, expected value, a description, and then upload files.
Here is the workflow for the submit button:
I uploaded 2 test PDF files, and they show in the database:
On the details page (where I want the files to be shown and be able to download), I’ve tried a number of ways to make this happen, with settings for the repeating group and what’s in the repeating group.
The result is one long, concatenated URL that is a combined url of each file (with a comma in between). How do I get these to display in each repeating column?
Repeating Group setup:
The setup for the link within the Repeating Group:
I setup up a text field as well in the RG to show the file name.
What is shown on the page… You’ll see the one long link that is bad… if you click on it, it goes to https://s3.amazonaws.com/appforest_uf/f1617123961645x802713915855112700/TestPDF1.pdf,%20//s3.amazonaws.com/appforest_uf/f1617123962679x449386455490140540/TestPDF2.pdf (which again is both links in one - so obviously it won’t work).
You’ll also see that for the file name, it’s only showing the first file name, and not showing TestPDF2.pdf in the second column.
All the other information I want to display works fine.
I am hoping someone here can truly help me (and all the others with this same problem).
Thanks!