Forum Discussion
Variables to download files
Hey all! I hope y'all have a way to do what I'm looking for
So right now, I have a checklist set up. I want the learner to select 2-3 goals, then click download to download job aids that go with those goals.
Right now, I have the checkboxes set up to trigger variables that will download the files when they click download, but here's the issue: it will only download one of the files even if they have 2-3 selected. Is there a way I can set it to download all 2-3 that are selected?
Sorry if that's cryptic or vague, I can't share the file as it has brand specific info
- RichardWatsonSuper Hero
Paige,
The only approach I am aware of is to zip the files first and then link. Another option would be to drop them into a Dropbox folder or (equivalent) where people can download multiple files.
Richard
- PaigeCasey-189cCommunity Member
Hm, that's not ideal but I will give it some thought! Thanks!
- WaltHamiltonSuper Hero
Have you tried:
Download file A when download is clicked if box A is selected (or VariableA = true)
Download file B when download is clicked if box B is selected (or VariableB = true), etc.