Social Security Number

The Social Security Number field allows users to securely enter a social security number. This is especially useful for secure forms like a loan application.

The SSN field only accepts correctly formatted social security numbers of the form xxx-xx-xxxx, where x is a digit.

A badly formatted entry will trigger a validation error on submission and require the user to fix the entry.

For Developers

The Feathery SDK and API reference social security number fields with type equal to ssn. The submitted value is a string.

Last updated