Undisclosed Configuration Errors
-
After years of using CT7, suddenly I find there are 3 “configuration errors” in my form. Strange that it could somehow know there are errors, to the point that they can be counted up, yet not be able to disclose what they are. My form is:
`<p>Your Name (required)</p>
<p> [text* your-name akismet:author] </p></p>
<p><p>Your Email (required)</p>
<p> [email* your-email akismet:author_email] </p></p>
<p><p>Subject</p>
<p> [text your-subject] </p></p>
<p><p>Your Message</p>
<p> [textarea your-message] </p></p>
<p><p>[submit “Send”]</p>`Also, in Mail tab, From has [your-email] in it, Subject has [your-subject], and Message Body has [your-message]. The To line has my correct email address.
I tested my form and it no longer can send email. So something is wrong with it. But going over the documentation, none of the above settings are invalid.
- The topic ‘Undisclosed Configuration Errors’ is closed to new replies.