Title: Edit Comment Form
Last modified: August 19, 2016

---

# Edit Comment Form

 *  Resolved [mrspabs](https://wordpress.org/support/users/mrspabs/)
 * (@mrspabs)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/)
 * Is it possible or advisable to change the comment form? I do not want to ask 
   for website and I want to change where it says
    mail (will not be published)
 * to say e-mail address (will not be published)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/#post-1530156)
 * it should all be contained in your comments.php file.
 * Depends on your theme really
 * There is no reason you can’t edit it….. Mine’s totally customized
 *  [Patrice Poliquin](https://wordpress.org/support/users/poliquinp/)
 * (@poliquinp)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/#post-1530157)
 * In the file named **comments.php** you could find this line of code (for example
   from my own blog) :
 * Just change the [YOUR TEXT] for your own one.
 *     ```
       <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="45" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
   
       <label for="email">[YOUR TEXT] <?php if ($req) echo "(requis)"; ?></label></p>
       ```
   
 * Hope it will help you
 *  [Patrice Poliquin](https://wordpress.org/support/users/poliquinp/)
 * (@poliquinp)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/#post-1530159)
 * _**RESOLVED**_
 *  Thread Starter [mrspabs](https://wordpress.org/support/users/mrspabs/)
 * (@mrspabs)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/#post-1530184)
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Edit Comment Form’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [mrspabs](https://wordpress.org/support/users/mrspabs/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/edit-comment-form/#post-1530184)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
