Image Slider - adding more than one photo in listings

hi! I’m creating a marketplace app and would like to know if there is any way I could allow the users to add more than one photo using the image slider?

1 Like

Yes this is possible.

You will need to create a collection for the images, which should have a relational property to the user collection.

Then you would filter on that user for the image slider.

thnx @anon78309838 colin! i created this collection with those properties but how do I allow the user to add multiple photos in the"create listing" screen?

You will need to have either a separate form on this page or another screen with a form that let’s you add pictures that are tied to the listing. The beginning of this video shows how that can work: Adalo: Creating a Rotating Image Carousel or Gallery with Unlimited Images - YouTube

1 Like

thank u so much @pford !

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