Can you please tell me how to create a button to download files from a form? Is there a specific download action or event or task (not sure what to call it) to do this? Or do I just use a link that points to the file?
Thanks.
The "File or directory path" setting should be the path to your file to download!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
It is. As I stated in my refined question, the path I have is {path:}/uploads/my_directory/. That is the path of the file directory in which the file resides.
that's a directory, not a file, you need a path to a file!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
So you are telling me that I have to have a separate download action for every field that has a file name stored that I want to download? I can't pass that file name to the download action and have one download action for multiple downloads. Okay.
I did not say that, you can add a shortcode to the file path:
{path:}/uploads/my_directory/{var:my_file_name}
Now the my_file_name should hold the file you want to fetch for download, you can set this var with a PHP action or a Variables action
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
you just need to have the download action in the last form page and that will trigger a download, assuming that the file path is correct, you may try with a static file path first!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.