HTML Tags in Repeater Data

Question:
I have a repeater populated with data from a .json feed. In the description field, there appears to be HTML tags in the quote text. The description data is linked to a text box, and the HTML tags appear in the text box as text. Is there any way to remove them?
Thanks!
Product:
Wix Editor Dev Mode

This is more of a general JavaScript question. You can check here for possible solutions: How to strip HTML tags from string in JavaScript? - Stack Overflow

1 Like

Thanks for sharing! That thread contained a lot of great info. With that along with this thread (Html to text), I was able to get it to work!
Thanks!

1 Like