You need to sign in to do that
Don't have an account?

How to set Red Bar on Mandatory field for "Name" Field in Visual Force Input Field form.
Hi,
I want to put a Red Bar (|) on Input Field which is a Standard Field (Name) of a Custom Object in Visual Force user input form page.
This Red Bar is appearing on the other Mandatory Custom fields which is not coming for Standard Field (Name Field) which is a Text Box.
Could you please help me?
Thanks
Binish Kumar
put the Reuired atribut as true
<apex:inputfield value="{!opportunity.StageName}" Required="True"/>