cancel
Showing results for 
Search instead for 
Did you mean: 

Hide some inform on edit web form.

daxter123
Champ in-the-making
Champ in-the-making
Hi,

I have a web form to capture the content. I want to hide some information on edit page generated by this web form. How can i do this?


Thanks
1 REPLY 1

samuel_penn
Champ in-the-making
Champ in-the-making
Is this hiding some content from some users? Or not displaying the content at all to anyone?

For the former, we implemented a Javascript widget (added to xforms.js) which worked out whether to display an element as read-only or writable based on the user - something like this could be done to completely hide the information if the document already exists.

Of course, if the information is in the XML, there's nothing stopping the user opening up the XML document directly in their browser and viewing the information that way.


Sam.