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
Suresh RaghuramSuresh Raghuram 

how can i hide or encrypt the text

I want to create a field called password 

<apex:inputtext    value="{!Password}" />

 

 

ColinKenworthy2ColinKenworthy2

<apex:inputSecret> 

An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types.

U JayU Jay
But the value saved here is as normal text? What hould do to save it as dot dot format