Skip to main content
Send Us Your Form, and  We’ll Convert It Into an Online Form  For Free.

Social Security Number (SSN)

alt text

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

PropertyDescription
Label NameText displayed above the SSN field to clearly indicate its purpose.
Hide LabelHides the label visually while keeping it accessible to screen readers.
DisabledDisplays the field but prevents user input.
Make RequiredRequires the user to enter an SSN before submitting the form.
Add Regular ExpressionApplies an additional validation rule using Regular Expression (RegEx) syntax.
Add CSS ClassApplies custom CSS classes for styling and layout customization.
Display Component in NavigationIncludes the SSN field in form navigation or summary views (if enabled).
Unique NameA 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 EmailMasks 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.