How did you block out the text it's typed into the password field? So it displays as '****'.

  • raja@nk.com.my
    Asked on November 24, 2014 at 10:02 PM

    The answer for this question was provided in another thread but it is incomplete. Thanks.

  • Ashwin JotForm Support
    Replied on November 24, 2014 at 11:13 PM

    Hello,

    You can inject the following custom css code in your form to achieve your requirement:

    #input_1{-webkit-text-security: disc;}

    You need to change the "#input_1" to replace it with your form's field id. The following guide should help you:  http://www.jotform.com/help/146-How-to-find-Field-IDs-Names 

    Please be noted that the above custom css code will only work with the webkit browsers  (safari and chrome).

    Thank you!