function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rachel BarrishRachel Barrish 

Is there a way to put a fixed image show next to a field in Contacts for users to see (all and any records)?

I would like to place an image of a diagram next to a set of fields in the Contact record (when a user is filling out the information) that users can refer to to better fill out that section. Is there a way to code for this or do this at all?
Atul GuptaAtul Gupta
Rachel, on a standard page layout, I'm afraid this is not possible.

Even if you create a formula field, it won't show up when you are edit mode :(
Formula field will only show up in detail mode.

If you really want to do this, you will have to go with visualforce page.
DebadyutiDebadyuti
Hi Rachel,

   There is no out of box solution as of yet so you should go for custom vf page.You can always put image dynamically next to any fields .There is Apex Image tag that you may use for this purpose.Hope below doc will help you.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_image.htm