I have an interactive pdf form that our customers will fill out with info including social security number. I want that number to be masked (something like ***-**-****) but I want allow only our processing dept to be able to unlock and re lock that field to get the social security number but never have it visible to anyone else. How/what would be the best way to do this?
Thank so much!!
As to the other thing that may be a bit tricky to with JavaScript. I notice you are using Standard which I don't know much about so I'm not sure how far it goes with allowing JavaScript. It seems to me that you would have to set the form up that would lock that field after the user fills the form out. I have set up bookmarks to lock and unlock fields in a couple of forms which requires a user to type in a password to unlock fields for editing. Someone will say that may not be too secure but it is the only way I have come up with solve that problem. I will admit that I haven't set a document up that will hide/lock a field after it is filled out. I know digitaly signing forms can lock the form.
StevenD