Apr 28, 2020 03:56 AM
My question is on Why are my pictures only showing up in Grid View, but not when I open up the form and in Form View?
Thanks in advance for posting your question! When someone provides an answer, remember to mark their reply as the :white_check_mark: solution.
Apr 28, 2020 06:38 AM
Hey there! Great question.
I don’t know the structure of your base, but I would be willing to be it’s because you need to create a link to the record with the image.
When you create a form within your table (that contains the attachement), you are expecting the form to add an image, however if you make that field a link to another table that contains the attachments you’ll be forcing the user to choose from the images you have already prepared
(This is just a quick guess based on your use case, but if I’m wrong, please share your form/base so we can help)
Apr 28, 2020 07:06 AM
Alright, I do understand what you mean, however I tried linking another record and still did not work unless I am doing it wrong which might be possible. Could you provide step by step how to do it or shall I proceed to attach it so we can collaborate?
Apr 28, 2020 08:45 AM
Forms are for submitting new data into the database, not viewing existing data.
So you could have people upload new images into your database via a form, but you can’t have them view existing images via a form.