Discussions
custom field / image display in EDIT mode
I have a custom image field. The image is loaded and stored in the Document Library.
I need the image to display in EDIT mode. Currently, I only can display the name of the image.
In VIEW mode, the image displays.
Anyone know how to make it display in EDIT mode too?
I was thinking of using an inline html field that references the image custom field. However, I am not sure how to reference the image in the document library. i.e. <img src=???>
Not sure if the inline html field is the way to go or not.