Social Security Number (SSN)
The Social Security Number (SSN) component provides a secure input field for collecting a user’s U.S. Social Security Number. This component is intended for use only when collecting an SSN is legally required and operationally justified.
How It Works
The SSN component renders a single input field that allows users to enter their Social Security Number. The field enforces the expected SSN format and supports configuration options such as required state, disabled state, and validation messaging.
Properties
| Property | Description |
|---|---|
| Label Name | Text displayed above the SSN field to clearly indicate its purpose. |
| Hide Label | Hides the label visually while keeping it accessible to screen readers. |
| Disabled | Displays the field but prevents user input. |
| Make Required | Requires the user to enter an SSN before submitting the form. |
| Add Regular Expression | Applies an additional validation rule using Regular Expression (RegEx) syntax. |
| Add CSS Class | Applies custom CSS classes for styling and layout customization. |
| Display Component in Navigation | Includes the SSN field in form navigation or summary views (if enabled). |
| Unique Name | A required identifier that must be unique within the form. Used in variables, templates, webhooks, and integrations. |
| Variable Name (for Printable Template) | A variable reference used in printable PDF or Word templates. |
| Mask in Notification Email | Masks the submitted SSN value in notification emails to reduce exposure of highly sensitive personal information. |
Using SSN Values in Other Parts of the Form
You can reference the provided SSN elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.