Mr. Lou Sanderson


Hi,

Is there a good way to "hide" a text box after the form has been submitted

I'm looking to create a browser enabled form that will contain sensitive data. I need a way to protect this data once the form has been filled out.

The document library in which the form exists needs to be accessible to everyone - so that everybody can fill out the form. As such, I do not see MOSS permissions being able to help me out here.

I don't know, anyone have any ideas

Thanks,

Lou



Re: protecting sensitive data

SYM Wong-A-Ton


Even if you hide the text box, people will be able to download the form, inspect the XML, and view what was entered into the text box. To implement privacy, you would have to encrypt the data. But you will also need to know how data will be accessed before you can choose an encryption mechanism.



Re: protecting sensitive data

Mr. Lou Sanderson

Thanks! I'll look into Infopath encryption!