How many image can be uploaded in a form?

I create a form that ask users to upload image / photo conditionally. I found that only one photo / image can be uploaded. Sometimes the user need to upload more than one photo / image (maybe 2 or 3 images or photos). How to make it available for uploading more than one photo / image in a form?

0 2 146
2 REPLIES 2

merhaba

cloumb 1. type number intial value in "1" number

cloumb 2. images 1 show if in [cloumb 1]=1

cloumb 3. images 2 show if in [cloumb 1]=2

cloumb 4. images 3 show if in [cloumb 1]=3

......

....

You need to add more image columns, but keep the qty less than 5. Anther approach is to add a child table for images where the record contains just one image column. With this way you can have as many images as you need related to your parent record.

Top Labels in this Space