I have this working using html table and javascript. i thought it was a one off but now other departments within the company want to use it. i need to make something the user can alter as they please, the way it is now the comments are hard coded (i know a really bad idea). I was thinking about excel but not everyone has it. So Im down to the idea of a text file.
Sample of the html as it is no looks like this:
The label describing the comment and then the text of the comment next to it on one row of the table.
Comment 1 This is the text to copy
Ive tried to find a similar solution but cant find what Im looking for. If anyone has a idea please post. Thanks.