A real WYSIWYG field instead of the limited rich text
Hi to everyone
A "real" WYSIWYG or HTML field that outputs good HTML code when accessed through the API would be excellent. I tried to use the rich text field, but the styling options are limited. For example, there are no heading tags (h1 to h6), and new lines don't trigger the creation of a new paragraph (<p></p>) but a multiple of <br>.
In my use case, we use Zoho Creator mainly as a frontend and access the data through the API to be used in a Python script that does the logic. It's the interface to another application where we need to publish information as clean HTML for some fields. Therefore, it would make my life much easier if users could reliably write text in Zoho Creator that converts to somewhat clean HTML when accessed through the API.
Have others encountered this limitation as well? If so, what's your workaround?
Thanks and best regards