Social Security Number (SSN)

Request a SSN

Configuration

Value

Required

Toggle on/off if required

Label

Enter a label for your SSN input

Theme-able Classes

.themeable_input_generic_container {
  /* styling of the generic root containing the label and the input */
}

.themeable_input_ssn_container {
  /* styling of the input ssn specific root containing the label and the input */
}

.themeable_input_generic_label {
  /* styling of the generic label */
}

.themeable_input_ssn_label {
  /* styling of the input ssn specific label */
}

.themeable_input_generic {
  /* styling of the generic input (textbox) */
}

.themeable_input_ssn {
  /* styling of the input ssn specific input (textbox) */
}

.themeable_input_generic_error {
  /* styling of the generic error message */
}

.themeable_input_ssn_error {
  /* styling of the input ssn specific error message */
}