• In my clients form, users upload images to the record. Later, staff view these on the front end via pdb_list and pdb_single. Is there a way to allow the staff to download all the images at once from the pdb_single page rather than 1 at a time?
    thank you

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    I’m sure it is possible, but I don’t know how it would be done exactly.

    My approach would be to find some javascript that can collect images from the page and download them with a single click. You can set up a custom template for the single record shortcode that would include this javascript.

    It may also be possible to do this in php: again for that, I’d do a little research on how that would be done, I’ve never looked into this.

Viewing 1 replies (of 1 total)
  • The topic ‘download all images from single record view?’ is closed to new replies.