Default value on SSN field

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.
 
D

Dorian

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top