How to add an image to description?

how to add an image to description , I want a static image to show to the user “as an exemple of the data to type” when he get into the Form_view , kind of guiding the user by an image ?? how can I do it

Solved Solved
0 6 189
  • UX
1 ACCEPTED SOLUTION

Create table for sample images.
And save your sample image to that table.

on your show type column, use the expression to pull the image you wish to display using any(select(sampleimage[id], xxxx) ) type of expression.

View solution in original post

6 REPLIES 6

that’s not possible ?? any suggestions ?

Create column with show type, and set to image.
Then you will see image on form view.

Thank youuu for reply, … but I explain more because your solution I gues it will works .

So , it’s a static image … where I show to the user a sample of image that he has to take
whenever the user add new record he has to see the same image

3X_0_f_0f1fdcd0734edc47315232988489cf690e34e846.jpeg

Create table for sample images.
And save your sample image to that table.

on your show type column, use the expression to pull the image you wish to display using any(select(sampleimage[id], xxxx) ) type of expression.

Great thank you very much solved

Had you done this originally, you might’ve gotten a response…

Top Labels in this Space