Title: ERROR on Comments
Last modified: August 22, 2016

---

# ERROR on Comments

 *  Resolved [theamila](https://wordpress.org/support/users/theamila/)
 * (@theamila)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/)
 * Hey everyone,
 * I can’t submit any Comments on our Blog ([http://blog.mila.com](http://blog.mila.com)).
   If i fill out the form and click “Submit”, theres this error message:
 * > ERROR: please fill the required fields (name, email).
 * But it makes no sense, since i filled out all the required fields. I don’t know
   where to look in the code and i’m a beginner at php and all that stuff..Can someone
   help?

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

 *  [APRWebdesign](https://wordpress.org/support/users/aprwebdesign/)
 * (@aprwebdesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718107)
 * hy theamile,
 * do u use a plugin for the commenting?
 * if not, paste your current code here -> [http://pastebin.com/](http://pastebin.com/)
   and post the link to the code so i can review it.
 * Kind regards,
 * Larsen
 *  Thread Starter [theamila](https://wordpress.org/support/users/theamila/)
 * (@theamila)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718135)
 * i didn’t see or find a plugin (except contact form 7, but i don’t know how and
   where it is linked to the comments, if it is linked at all).
 * here is the link for the comments.php file: [http://pastebin.com/ZYKBKh6n](http://pastebin.com/ZYKBKh6n)
   (
   we use a customized theme)
 * in case you need some other files, you can telll me (theres also some code in
   the single-post.php for displaying the comment form, but i don’t think that it
   is relevant for the problem)
 * greetings,
    thea
 *  [APRWebdesign](https://wordpress.org/support/users/aprwebdesign/)
 * (@aprwebdesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718149)
 * Hy Thea,
 * Try this:
 *     ```
       <div class="row">
                                                               <div class="col-xs-12 col-sm-12 col-md-4">
                                                                               <div class="form-group">
                                                                                       <label for="Name">Name*</label>
                                                                                       <input name="author" type="text" class="form-control" id="author">
                                                                               </div>
                                                                       </div>
                                                                       <div class="col-xs-12 col-sm-12 col-md-4">
                                                                               <div class="form-group">
                                                                                       <label for="Email">E-mail*</label>
                                                                                       <input name="email" type="email" class="form-control" id="email">
                                                                               </div>
                                                                       </div>
   
                                                                       <div class="col-xs-12 col-sm-12 col-md-4">
                                                                               <div class="form-group">
                                                                                       <label for="Website">Website</label>
                                                                                       <input name="url" type="url" class="form-control" id="url">
                                                                               </div>
                                                                       </div>
                                                               </div>
       ```
   
 * I have changed the id of the name field to author.
    i also added a name attribute
   to all three fields.
 * Let me know if that doesn’t work, i will come up with something else.
 * Kind regards,
 * Larsen
 *  Thread Starter [theamila](https://wordpress.org/support/users/theamila/)
 * (@theamila)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718160)
 * Hey Larsen 🙂
    it worked!! Thank you really much!
 * Greetings,
    Thea
 *  [APRWebdesign](https://wordpress.org/support/users/aprwebdesign/)
 * (@aprwebdesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718163)
 * Hy Thea,
 * Great!
    Good luck.
 * Kind regards,
 * Larsen

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

The topic ‘ERROR on Comments’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [required field](https://wordpress.org/support/topic-tag/required-field/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [APRWebdesign](https://wordpress.org/support/users/aprwebdesign/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/error-on-comments-2/#post-5718163)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
