Is it possible for a user to select multiple images from a list?

Hi there, I have a database with images. I am able to display these images on a page with the “image list” component. I’d like users to be able to select multiple images from this library, then add those to a “post” that gets displayed on another page. I can’t seem to find a solution.

I have found solutions for how to upload multiple images, but that’s not what I am trying to do. I’d like users to see a library of previously uploaded images, then click the ones they’d like to add to their post.

Ideally, the images they select would change states. (For example, once they click an image it would have a border so they can see which ones in the library they have selected.)

Any thoughts? Thanks so much!

You can do this using a many to many relationship between posts and photos.

Have a list of photos and clicking it sets the relationship to the post.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.