How to prevent html rendering for a specific field

Greetings,

I have a rich text field on web which I want to make unavailable in edit mode. Hiding the field will still make it available as type hidden because I have “Generate HTML for all fields” turned on. Is there a way that I can prevent domino from rendering html for this specific field when in edit mode?

The reason I wan to do this is because the rich text formatting is messed up when doc is saved from web.

Thanks

Basir

Subject: How to prevent html rendering for a specific field

Arrange for it to not be on the form in that situation. E.g. put it on a computed subform.

Subject: RE: How to prevent html rendering for a specific field

Thanks for the idea Andre, computed subform will definitely work