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
RichardR1RichardR1 

Alternative to Rich Text Area fields

Hello, I want to know if there's another way to allow user to input text that can be formatted using bold, underlined, italicize and bullets, without using Rich Text Area field, or maybe still use Rich Text Area field but make them smaller and hide the control bar? As you can see in the image, the Rich Text Area field looks too big compared to the other ones.

User-added image

Thanks

Best Answer chosen by RichardR1
Vishwajeet kumarVishwajeet kumar
Hello,
I think probably their is no way to hide/disable features if we use Rich Text Area fields, as per article here (https://help.salesforce.com/articleView?id=sf.fields_rich_text_area_limitations.htm&type=5). You might need to code a custom editor using Javascript/Jquery, something as mentioned here (https://ej2.syncfusion.com/demos/?_ga=2.75610774.241792091.1618277899-1477649167.1607027917#/material/rich-text-editor/inline.html ).

Thanks