Skip to main content
November 13, 2024
Solved

Displaying data from a user-entered rich text field

  • November 13, 2024
  • 4 replies
  • 0 views

Hello,

I'm using a Styled Text Editor input so users can enter bulleted lists. I'd like to display the bulleted list in a summary view.

I've tried combinations of Rich Text Display, Rich Text Bulleted List, and striphtml. I can get one bullet point above the list or a list without bullet points easily. The data is displayed in a bulleted list, in the email sent from the process model, perfectly. 

How can I display the collected information in a summary view with the bullet points like the user entered?

Thank you!

Best answer by naveenk0513

 
Hope this helps you

4 replies

naveenk0513
November 13, 2024

 
Hope this helps you

November 13, 2024

Thank you so much!

mikes0011
Brainy
November 13, 2024

Yeah, why are you bending over backwards to display the info in the RTDF, when you can just use the Styled Text Editor box set to read-only?

November 13, 2024

You're completely right. Thank you