Multiple File Uploads
-
Hi there
I am trying to create a nested group showing a file upload option that when a file is selected, shows a 2nd. This can repeat until there are 5 files ready to go.
The code I’ve used is:
Attach File 1: [file docupload1 limit:20000000 filetypes:pdf|doc|docx|jpg|jpeg]
[group show-file-2]
Attach File 2: [file docupload2 limit:20000000 filetypes:pdf|doc|docx|jpg|jpeg]
[group show-file-3]
Attach File 3: [file docupload3 limit:20000000 filetypes:pdf|doc|docx|jpg|jpeg]
[group show-file-4]
Attach File 4: [file docupload4 limit:20000000 filetypes:pdf|doc|docx|jpg|jpeg]
[group show-file-5]
Attach File 5: [file docupload5 limit:20000000 filetypes:pdf|doc|docx|jpg|jpeg]
[/group]
[/group]
[/group]
[/group]Using the “Conditional Fields” tab, the logic shows as:
SHOW “show-file-2” IF “docupload1” EQUALS “XXX”
Unfortunately I can’t find what to add to the “XXX” field to trigger the form showing docupload2. The file can be PDF, JPG or DOC and I’ve tried all of these plus an * but nothing works.
Any ideas please? It’s a great tool and first time we’ve used it. I know there is the Multifile version in Pro however the client wants a maximum of 5 files.
Thank you
- The topic ‘Multiple File Uploads’ is closed to new replies.