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
SIyerSIyer 

Field Text Area ( Rich) is not Allowing to insert Image.

I created a Text Area ( Rich ) Field in my Custom Object for inserting an Image.

But it is not showing any option to insert an Image.

Please Help...

Madhan Raja MMadhan Raja M

Hi Slyer,

 

Is your Text Area ( Rich ) Field look like this? If yes, click on the highlighted image. If no, then check the Data type in the setup.

 

 

If you are using Visualforce page then use the below syntax to display Text Area ( Rich ) Field in the VF page :

 

<apex:inputTextarea richText="true"  value="{!Object__c.Text_Area_Rich__c}"/>

 

Madhan Raja M

SIyerSIyer

Hi Madhan,

 

Thanks so much for the Help...

But my datatype is Text Area ( Rich ) only.

Still I am not getting any option to upload Image.

 

 

Madhan Raja MMadhan Raja M

Can you see the Text Area (Rich) field in your Pagelayout? Or you can see the Text Area (Rich) field in your Pagelayout but no option to upload image? Can you post the snapshot of your Pagelayout with Text Area (Rich) field?

 

Madhan Raja M

Sam1988Sam1988

Hi.

    Im facing the same problem. I'm able to Upload and Insert locally. But i'm not able to insert and Image using Rich Text in SITES..... Need help A.S.A.P!!!!