Display of rich text when contains a link

0
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
2 answers
0

Nantia,

I believe if you set Editable to false, the text will display as formatted rich text.

image.png

 

Hope that helps,

Mike

answered
0

Thank you Mike. I will try it. Also, I found html elements widget that helped me display rich text 

answered