Skip to main content

Mask Sensitive Form Values

Overview

This powerful tool adds an extra layer of security to your app's sensitive form input by securely masking it from prying eyes. With a simple implementation, your users' passwords and personal data will remain safe and protected, ensuring peace of mind and data privacy within your app's forms.

Use Cases

This plugin is ideal for applications that require users to enter sensitive information, such as passwords, personal identification numbers, or any other confidential data. It enhances security by masking the input, preventing unauthorized viewing.

Installing the plugin

Prerequisites:

  1. The page must have a form component
  2. The form must have a text and number fields
  3. Javascript must be enabled (applicable if your're on trial account)

Step-by-Step Installation:

  1. Navigate to the page with this form, this can be a parent or child page. 
  2. Click on the Plugins
  3. Find the Mask Sensitive Form Values plugin
  4. Select the form 
  5. Select the text and number fields

Removing the Plugin

To remove the plugin, find the Javascript code that is surrounted with a comment for the plugin name and delete the code. Do the same for the CSS as well.