I know how to prepopulate a text area, but I would also like to have certain text in the text area which is there purely to hint at what users should write in a certain section, like:
System ----- stays in text area to be sent with form
-----------
"Enter this specific type of info here" --- disappears when clicking to edit
Bug ----- stays in text area to be sent with form
-----------
"Enter only the bug report" --- disappears when clicking to edit
So only the user added text and the headings like Bug and System would be sent in the form in which the textarea is part of, not the 'help hint' text. Yes, I could have different fields but the client wants it all in one textarea. Cant imagine a pain-free way how to do this.