Masking

Home Forums General discussion Masking

Viewing 1 reply thread
  • Author
    Posts
    • #13812
      Kasey
      Participant

        Do you have a solution in DFFS for masking? Example: A user has an SSN field that they want the user to be able to enter the data and store it but when editing/viewing they want to display ********* instead of the value? Similar to your password mask.

      • #13836
        Alexander Bautz
        Keymaster

          Hi,
          You can add this code snippet to the custom js:

          $("#dffs_YourFieldName input").attr("type","password");

          Change “YourFieldName” for your field.

          Please note that this will only affect the form and not list views.

          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.