Form Obfuscation Web Component Demo
Example 1
Default behavior: full value will be obfuscated with asterisks (*)
Character Replacements
Example 2
Character: full value will be obfuscated with •
Example 3
Character: full value will be obfuscated with ✖︎
Maxlength
Example 4
Maxlength: the value will be obfuscated and truncated to a single character
Patterns
Example 5
Pattern: the value will be obfuscated withn the exception of the last 4 digits
Example 6
Pattern: the whole value will be hidden as the pattern is not matched
Pattern + Custom Replacer
Example 7
Pattern: the value will be obfuscated with all numbers replaced by * with the exception of the last group of numbers
Example 8
Pattern: the username of the email will be obfuscated, the remainder will be visible.
Combinations
Example 9
Maxlength + pattern: pattern will be ignored and the value will be truncated to 6 characters
Example 10
Character + pattern: all but match will be obfuscated with ~
Submit
Event Logging