Default value on SSN field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form called POP form where the user can input a SSN on a field with an input mask of ###\-##\-####. Is it possible to display the###-##-#### format as soon as the user starts to type in numbers for the SSN but if it's left blank, then after the user tabs over to the next field, to display a "N/A" on the SSN field

Thx.
 
You should not be storing SSN's in any database unless you
want to be subject to lawsuits.
Identity theft is the fastest rising crime and you could
be liable.
I urge you to use some other identifier.
-----Original Message-----
I have a form called POP form where the user can input a
SSN on a field with an input mask of ###\-##\-####. Is it
possible to display the###-##-#### format as soon as the
user starts to type in numbers for the SSN but if it's
left blank, then after the user tabs over to the next
field, to display a "N/A" on the SSN field?
 
Back
Top