Hide input for password protect workaround.

  • toriqul1976
    Asked on July 12, 2015 at 2:51 AM
    Is It possible to hide character of the password(****) so that others can't read what i am typing?
  • Mike_G JotForm Support
    Replied on July 12, 2015 at 3:06 AM

    First of, please refrain from using the word "Password" in naming your fields. JotForm has an Anti-Phishing system that detects suspicious Phishing forms and may result to suspension of your account. You can try to use Code or Key instead.

    As for your request, you can add this CSS codes to your form using this guide: How-to-Inject-Custom-CSS-Codes

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

    #input_1 is not the same for every field. That is just a sample field name. You can get you fields field names using this guide: How-to-find-Field-IDs-Names

    Please be noted that the CSS codes above will only work with webkit browsers like Safari and Google Chrome. 

    I hope this helps. Let us know if you need any further assistance. Thank you. 

  • toriqul1976
    Replied on July 21, 2015 at 9:47 PM

    Thanks,It worked for me

  • bram007
    Replied on August 16, 2015 at 3:44 AM

    Nice :)