Hello
Bcz of some reason am implementing the COMMENTS and COMMMETS_HISTORY functionality on my_form with 2 boxes (multiple lines text boxes), well.
Say, user_1 enetred a comment and clicked the provided button (say its name is INSERT_MY_COMMENT_TO-COMMENT_HISTORY_BOX), then the entered comment moved to history box, well.
Now, if again same user (or next user on fly of workflow) enetres another commment and clicking the button, then this also moved to history box, well, but we need a BLANK line between the first comment and 2nd comment for READABILITY purpose, and good look
is it possible by concatenating a blank line to comment_first by user_1, pls. provide me JS code snippet
Thank you