• Resolved steamyunicorn

    (@steamyunicorn)


    Is there a way to replace input in a textfield with dots or asterisks?
    Like what you have in f.e. password fields?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    If you want obfuscated field input, then use the a password field type.

    Thread Starter steamyunicorn

    (@steamyunicorn)

    But is the field input than hashed or something like that or does it just hide the input but stores it in the db as the normal value.

    Plugin Author Chad Butler

    (@cbutlerjr)

    No – in this case “password” refers to the field input type, which is an HTML property, which has nothing to do with how the data is handled (which is something entirely separate from the input type).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Replace form input by asterisks’ is closed to new replies.