Title: Form Validation Errors
Last modified: September 24, 2016

---

# Form Validation Errors

 *  [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/)
 * When saying that a form has validation errors, It would be a whole lot more useful
   if it actually said WHAT THEY WERE rather than linking to a generic help page
   that covers all errors.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/form-validation-errors-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/form-validation-errors-2/page/2/?output_format=md)

 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8218402)
 * Do you have screenshots of the form and mail configurations with the validations
   errors showing?
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8233069)
 * ![Screen Shot](https://photos-6.dropbox.com/t/2/AABiZCNSdN5uS61ue-7M3MN3vbXpWk7MX8rITiu7oNuJXQ/
   12/193284524/png/32x32/1/_/1/2/Screenshot%202016-09-28%2022.23.00.png/EJDs0JIBGKToAiAHKAc/
   BoFXZW_wOA14mBLFl_WsLb5L7a2MilhhqW6uWXoOpzU?size=2048x1536&size_mode=3)
 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8233208)
 * Please resubmit the link. The one posted above is not connected to a url.
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240330)
 * I’m not sure what you mean. It’s showing up here just fine.
 *  [AMC4x4](https://wordpress.org/support/users/amc4x4/)
 * (@amc4x4)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240338)
 * Probably because you have it locally. Please post a URL so we can see the image.
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240368)
 * It’s on Dropbox. [https://www.dropbox.com/s/iatfoqti7bu54kz/Screenshot%202016-09-28%2022.23.00.png](https://www.dropbox.com/s/iatfoqti7bu54kz/Screenshot%202016-09-28%2022.23.00.png)
 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240410)
 * For a start you need to either:
 * a) make your Subject field required in the form-tag: `[text* your-subject]`
    
   b) place some hardcoded text in the Subject field in the MAIL tab. e.g. **Re:**
   or **Your enquiry**
 * This is to prevent a message being sent with potentially no subject, and being
   flagged up as spam.
 * If you have more validation errors then you will need to also post a screenshot
   of your MAIL configuration.
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240447)
 * OK, that got rid of one of the errors.
 * While that’s moderately helpful, it doesn’t address the initial problem of the
   plugin saying “you’ve got validation errors” and not actually telling you what
   they are, leaving you to guess as to what the heck it actually wants. If the 
   plugin is going to do validation and complain about stuff, it actually needs 
   to say WHAT it’s complaining about, otherwise it’s just complaining.
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240452)
 * As for a screenshot of the “MAIL configuration”, I’m not sure what you’re asking.
   There’s nowhere to configure that in the plugin that I can see.
 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240464)
 * In the Contact Form 7 [admin section](http://contactform7.com/admin-screen/) 
   for each form you have 4 tabs:
 * Form | Mail | Message | Additional Headers
 * Screenshot the Mail tab
 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240470)
 * > If the plugin is going to do validation and complain about stuff, it actually
   > needs to say WHAT it’s complaining about, otherwise it’s just complaining.
 * Check the [Docs](http://contactform7.com/docs/) and [FAQs](http://contactform7.com/faq/)
   for this plugin. They are excellent: [How to Resolve Configuration Errors](http://contactform7.com/configuration-errors/)
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240493)
 * I do not see an “admin section” anywhere on the plugin. The menu at the left 
   has:
 * “Contact Forms”
    “Add New” “Integration”
 * The “How to resolve configuration errors” is far from what I would call “excellent”–
   It is a list of all possible errors, and not having a starting point, that’s 
   a rather tediously long list to slog through to try and guess what it’s complaining
   about. Presumably if the validator is detecting an error, it knows WHAT that 
   error is. Why can’t it simply say what it doesn’t like? Isn’t that the entire
   point of a validator?
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240514)
 * (and most of that refers to fields I don’t see anywhere in the plugin)
 *  [barnez](https://wordpress.org/support/users/pidengmor/)
 * (@pidengmor)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240526)
 * in The WordPress dashboard go to Contact >> Contact Forms >> {select name of 
   form from the list of active forms (*there may only be one)} >> Select the MAIL
   tab from _Form | Mail | Message | Additional Headers_
 * Then you will see the error(s) under a particular field, which can be resolved
   through the [How to Resolve Configuration Errors](http://contactform7.com/configuration-errors/)
 *  Thread Starter [ianbeyer](https://wordpress.org/support/users/ianbeyer/)
 * (@ianbeyer)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/#post-8240534)
 * Page source is showing that there _is_ a mail panel somewhere, but it’s not rendering
   anywhere on the page. Same results in Chrome and Safari.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/form-validation-errors-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/form-validation-errors-2/page/2/?output_format=md)

The topic ‘Form Validation Errors’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [contact-form](https://wordpress.org/support/topic-tag/contact-form/)
 * [Validation error](https://wordpress.org/support/topic-tag/validation-error/)

 * 20 replies
 * 3 participants
 * Last reply from: [barnez](https://wordpress.org/support/users/pidengmor/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/form-validation-errors-2/page/2/#post-8241444)
 * Status: not resolved