A webform component for Social Security Numbers.
The module adds a new component to Webform components list which provides an option to define SSN (Social Security Number).
The default setting masks the entries, like password fields. It could be changed in component settings page to have plain text fields instead.
Due to confidentiality of Social Security Numbers, SSN field value is masked every time it is displayed, including results table and download. i.e. ***-**-1234
Important
Use this module ONLY if you really have to collect Social Security Numbers.
Since, the native Webform components exposes the full value, it is not really safe to use it as is for Social Security Numbers.
That is why I created this module. With Webform SSN, the complete value is never displayed. Only the roles with following permissions can edit and then see the full number: edit all webform submissions and edit own webform submissions.
It is highly recommended to install Webform Encrypt and enable it for all the SSN fields to keep SSN field values encrypted in the database.
It is also recommended to assign only the necessary roles to view the results and enable Private checkbox at the component settings page.