I am trying to create a online art gallery. The artist needs to submit via a form a image, image title, size and cost of each item. This is easy if they just need to upload one item however they need to upload several images, each with the title, size etc for each.
Currently I have it setup so that all items appear on one line within the dataset. This is very long and not smart for filtering etc. Is there a way I can do this where each item is added to its own line within the dataset? I.e one item per line but several items uploaded in one submission form.