Greetings,
I have a rich text field that I want to make it editable only in client and make it only readable on web. For this purpose I created a computed rich text field hidden from client (the value is editable rich text field name) and the editable rt field is hidden from web.
Initially this works well, however when the doc is saved on web, the rt field loses its formatting.
Any help will be appreciated