Hello! I am currently working in a project that I am using a rich text widget, that is editable. I also use a text field to display the rich text content. My problem is that when I am adding a link then I cant see it on the text field display. I guess that is happening because render of text field is text. Do you have any idea how could I display the link ? thank you in advance!
asked
Nantia Politi
2 answers
0
Nantia,
I believe if you set Editable to false, the text will display as formatted rich text.
Hope that helps,
Mike
answered
Mike Kumpf
0
Thank you Mike. I will try it. Also, I found html elements widget that helped me display rich text