Rich Text Field

Hi All,

How do I make a rich text field non-editable(In web), while keeping the text formatting same.

ie: My form contains a Rich Text field. Once the user do what ever the text formatting he needs to do and sends to the next person, I want the field to be non-editable. But the formatting which has been done has to be as it is.

Regards,

Buwaneka

Subject: HTML Other disabled

Woudl the HTML attribute “disabled” work? I tworks for us on regular text fields. You put it on the last tab of the field properties, in HTML Tags, in the Other field just type “disabled” (no quotes).

Subject: HTML Other disabled

It does not work, since I’m displaying the filed using Java Applets.

I tried setting the RT field properties as computed. Even that didn’t work.

Subject: hide field, display non-editable twin

Then I’m going to have to suggest the old hack of hiding the editable field and displaying another field that is not editable…that second field is computed, or written with the same data.

Subject: Rich Text Field

Hi,

Just set RT field properties as computed.

Konrad