How to mask input data with "*"?
-
Junior SantaAsked on October 21, 2015 at 06:55 PM
personal hello i was wondering how do I put a text box when the person does not appear enter the letters or numbers appear more * as in the password box. however when you click Send and go to my email her to come with the password that she entered without the *. like it was just visual.
-
AshwinAnswered on October 22, 2015 at 01:04 AMJotform Support
Hello,
If I understand your question correctly, you want to mask the input data of form fields. Is taht correct?
Please inject the following custom css code in your form to achieve your requirement:
#YOUR_Field_ID{
-webkit-text-security: disc;
-moz-text-security: disc;
text-security: disc;
The "#YOUR_Field_ID" should be replaced by the field ID of your form field. The following guide should help you how to get the field ID: http://www.jotform.com/help/146-How-to-find-Field-IDs-Names
The following guide should help you how to inject custom css code in your form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
Hope this helps.
Do get back to us if you have any questions.
Thank you!
-
Junior SantaAnswered on October 22, 2015 at 10:03 AM
I want that when he wrote in a box does not appear the letters he put more rather an asterisk -> * <- please print it placed.
-
CarinaAnswered on October 22, 2015 at 12:17 PM
Unfortunately it is not possible to have password fields in Jotform and because of that it is also not possible to mask fields to look like password fields, as this will result in the suspension of your account.
You can see our terms for more information:
Let us know if we can assist you further.
-
JanAnswered on January 06, 2016 at 04:40 AM
@Realizar
I moved your inquiry to a new thread so that we can assist you properly. Here's the URL: http://www.jotform.com/answers/737400
Thank you.