Skip to main content
Nintex Community Menu Bar

When giving a Rich Text box default content from SharePoint, it is surrounded by < p > & nbsp; < /p > when you look at the source of the control. I’m looking for a way to keep only my original content in the control.

 

SharePoint:

 

Rich Text:

 

Hi ​@LukeR,

 

Please be advised that Rich Text is a format that allows for more advanced text formatting options than plain text, but is not a coding language itself. The editor accepts bold, italic, hyperlinks, and alignments.

This article describes the differences between HTML, RTF, and plain text: https://blog.gimm.io/html-vs-rich-text-vs-plain-text-email-formats/


@SimonMuntz , I found the issue. In the rule where I was populating the control from the SPO field, it was automatically putting in the < p > tags. I removed them and it’s good now.

 

I removed the < p > and < /p > from here...

 

 

...leaving this.

 


Reply