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
Alvaro SevillaAlvaro Sevilla 

remove the left red border at of the input field that are obligatories

Hi, I have a question, how I can remove the left  red border at of the input fields that are obligatories, but without that quit to be obligatories
bob_buzzardbob_buzzard
You'd need to override the Salesforce styling to remove the red bar - its a fragile solution, as if Salesforce change their styling it will reappear.  The other option is to bind your fields to apex:inputText elements, as they don't display the red bar when required, although the error messages when you try to save a record with missing fields are not particularly helpful.