I have a fetch call to a json file returning back html properties.
When I $w(“#result”).text=… json … it prints out the html, not rendering the html.
How would I return the json with working html?
Hi,
It’s not too clear to me what you’re trying to do, but you might want to look at the html property of the Text field component. The $w.Text API describes the HTML that can be used in the Text field.
I hope this helps,
Yisrael
Great works!!1