I’d like some help with an app I’m creating. In particular I’d like to upload a CSV with each row containing a link to an online image. I would then like my app to initially display the image from the first row. The user would then add data to that row, click a button and then move onto the next row, thus pulling the image from the second row, and so on. It would therefore look a little like this:
- Image pulled from link and displayed on form.
- User inputs data. (i.e. colour of product, title of product)
- User clicks button to goto next product
- Data is saved.
Process is repeated.
The bit I’m struggling with in particular is displaying the image from a link and then moving onto the next link.
Perhaps there is a particular tutorial that would help me to understand how to do this? I mean is it even possible?