I’m using ExpressionEngine 2.1.3 but my comment form is not working. After I clicked submit I got “The form you submitted contained the following errors
The comment field is required”
{exp:comment:form channel="blog" name="contactform" id="contactform"}
<label for="author">Name*</label>
<input type="text" name="name" id="name" value="" size="50" tabindex="1" />
<label for="email">E-Mail* (will not be published)</label>
<input type="text" name="email" id="email" value="" size="50" tabindex="2" />
<label for="url">Website</label>
<input type="text" name="url" id="url" value="" size="50" tabindex="3" />
<label for="comments" accesskey=C>Your wisdom*</label>
<textarea name="comments" id="comments">{comment}</textarea>
<input type="submit" id="submit" value="Senden" class="submit_comment"/>
{/exp:comment:form}Any ideas? My contact form is working well.