Activity Forums Salesforce® Discussions Which tag is used for password protection in Salesforce?

  • Deepak

    Member
    August 26, 2019 at 11:43 am

    <apex:inputsecret> :-

    apex:inputsecret tag is used to display any input values in the form dot’s like passwords. Inputfield values are displayed as (………..). This apex:inputsecret tag is used when creating submit form where password fields are required.

    Tag Example  :-<apex:inputsecret value=”{!inputValue}” id=”theSecretInput”>.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos