Forum Discussion
dmoran15
Nov 12, 2020Copper Contributor
Modern DispForm.aspx Rich Text Not Rendering
When displaying a list item in the modern dispform.aspx, the rich text field is showing the un-rendered HTML. It looks like the div that wraps the rich text is embedded in the field's text. Bel...
dmoran15
Nov 20, 2020Copper Contributor
This was resolved by removing the JSON formatting script below from the list rich text column's properties.
Once the script was removed, the column rendered correctly from the dispform.aspx.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"debugMode": true,
"txtContent": "@currentField",
"style": {
"font-size": "18pt"
}
}