I am trying to create a comment section where users can submit update comments. Once entered, it would show their name as well as a date and time stamp next to their comments (Ex. John Smith - I have submitted the permit. 1/31/2023 10:09 AM). I would also like for the previous comments to be "locked" so that they cannot be deleted by users.
I believe I am getting close to a solution but am having some trouble.
"<span style='font-size:10pt'>"& Now() &"</span> " & " - " & DataCardValue18.HtmlText & Char(13) & EngineerScreenGallery.Selected.Comments & Char(10) & Char(10) & Char(10)
Here is the formula I am currently using. Below is an image of what I am seeing in my comment section.

Any direction would be appreciated!