Title: Comments Format Hack
Last modified: August 19, 2016

---

# Comments Format Hack

 *  [thejester12](https://wordpress.org/support/users/thejester12/)
 * (@thejester12)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/comments-format-hack/)
 * I’m interested in hacking my comments form a little bit, but I’m in need of some
   help.
 * Instead of the standard large textarea field in the comments, I would like to
   split it in two. To separate out people typing in “Strengths” and “Weaknesses”
   as if they were writing a review.
 * Is there a way to use PHP and/or Javascript to do this?
 * It would be awesome if it could also add the words “Strengths:” and “Weaknesses:”
   to each paragraph.

Viewing 1 replies (of 1 total)

 *  Thread Starter [thejester12](https://wordpress.org/support/users/thejester12/)
 * (@thejester12)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/comments-format-hack/#post-977762)
 * Basically, I’m wondering if I can have two textareas that get put together, then
   put into the comment textarea. (Maybe the comment textarea becomes a hidden field?)
 * Couldn’t you kinda do that with variables? Kinda like this?
 *     ```
       $comments == '<b>Strengths:</b> '. $textarea1 .'</p><p><b>Weaknesses:</b>'.$textarea2.'
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Comments Format Hack’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [thejester12](https://wordpress.org/support/users/thejester12/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/comments-format-hack/#post-977762)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
