Problem displaying Rich Text in Dynamic page!

Trying to display the text in dynamic page but it shows HTML code in addition to plain text
Help Help Please
Thanks A lot

Good afternoon @emadahmad ,

I actually had the same issue this morning and got the code to work with the following:

$w(“#textElement”).html = results.items[0].description;

Good luck :slight_smile:

Hello @Brittani Simms
Thanks a million having the time to advice
Can you please elaborate how to use it?
I’ve tried inserting the code but didn’t seem to work
Thanks

Hi, unfortunately I have the same issue.

@emadahmad How did you resolve the problem?