Ok I am having issues figuring this out and my HTML is not strong…
I want to have a user entry added to the database from a rich text editor
In the workflow, to this text I want to add two line breaks and then followed by more text - a unique ID.
This text is then displayed later as one. both in a rich text editor input and also as Viewable text
However I am having trouble with the two line breaks…
Using br><br “>” achieves what I want in the rich text but not the text
Rich text input display result
Text display result
using [tr][td][/tr][td/][tr][td][/tr][td/] achieves what i want in the text but not in the rich text
Text display result
Rich text input display result
I feel like I am making this complicated and I should just be able to add a return like you would any other text (is it that simple - I cant figure it out), any help would be much appreciated