image in form view

Hi everyone!!!
I ask for your help !!!
in a form view whenever I select the Tires page, I have inserted two Enum buttons to select whether the tire is ok or not.
I would also like to show a static picture of what the tire should look like in optimal conditions.
0 4 95
  • UX
4 REPLIES 4

If the goal is to always have an image displayed in that form, one way you might do it is by creating an 'image type' virtual column that points to the image hosted URL. Then, make sure that virtual column is included in the form (probably one of the first fields displayed). 

Thanks for your help! but can the virtual column also point to another table?
My images are linked to another table on the sheet

Yes, a virtual column can point to another table.

You could also instead use a column of type Show with a Category of type Image.

Top Labels in this Space