LittleNick
Technical User
Greeting,
What I am trying to accomplish is I have a form that users enter their information and one of the text box is for Social Security number. I want to make this box in a way when the user enter the first five digits it would shows "X" except for the last 4 so that their sensitive info is not displayed completely (as XXX-XX-1234, like a Credit cards # that shows only last 4 digits), but then it would store all 9 digits in the SQL table. Any helps would be greatly appreciated.
What I am trying to accomplish is I have a form that users enter their information and one of the text box is for Social Security number. I want to make this box in a way when the user enter the first five digits it would shows "X" except for the last 4 so that their sensitive info is not displayed completely (as XXX-XX-1234, like a Credit cards # that shows only last 4 digits), but then it would store all 9 digits in the SQL table. Any helps would be greatly appreciated.