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
sai.sfsai.sf 

Rich text area field

Hi,

 

     Is there any way to have minimum character limit on rich text area field (say min 200 characters).I have this field on visualforce page.

 

Thanks

clouddev@surashriclouddev@surashri

Are you using apex:inputTextarea field ?

 

Thanks,

sai.sfsai.sf

<apex:inputField value="{!Candidate__c.Resume__c}" />

clouddev@surashriclouddev@surashri

Try adding validation rule on Resume__c, similar to LEN( Department_Head_Email__c ) < 10. It has worked for me.

 

Thanks

 

Sam1988Sam1988

Hi...

     But RIch Text Area is not working in Sites. 

I used <apex:inputfield> and when i Upload an Image and Click Insert. It doesn't work. This field works only wen i Run Locally... So wat should i do if i want 2 upload an Image?

Please Help A.S.A.P.....

clouddev@surashriclouddev@surashri

Please paste code here.

 

Thanks