Image field not field name

Hello All,

I am working on a form where I will add a Image (filename) and all works fine just that to the right of the image I see the filename as text and don’t want that, only want to see the image. I have seen the examples and the filename don’t appear but I don’t know how to do that and been trying many options.

Pleas help!

Re: Image field not field name

Hello,

Have you tried setting the field to an empty value?

e.j. {imageField} = “”;

Although I believe by doing so, no image will be shown.

If my first alternative does not work, as an palliative measure you could set the CSS of the Field to white (or the same color as your theme BG).

regards,
Bernhard Bernsmann

Re: Image field not field name

Hi mianzel,

try adding a new field to the form as image(document file) AND check AS LABEL

then the original field (text) only display the path (if you desired, if not, check it as invisible field)

AND THE NEW FIELD ONLY DISPLAY THE IMAGE (because as label only present the result, the image, not the source, the path)

try

Aquiles