Hi Support… I’m seeing a few threads about the Comment form not appearing, and likewise, I’ve having no luck getting mine to work. Using EE 2.2.2, with the comment form code pasted from the documentation.
{if member_group != '5'}
<h3>Add A Comment</h3>
<p>{exp:comment:form channel="zoo-visitor" entry_id="{segment_3}"}<br />
<label for="comment">Comment:</label></p>
<p> <textarea name="comment" cols="70" rows="10" class="input">{comment}</textarea><br />
<label><input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information</label></p>
<p> <label><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</label></p>
<p><br />
<input type="submit" name="submit" value="Submit" /><br />
<input type="submit" name="preview" value="Preview" /></p>
<p>{/exp:comment:form}<br />
{/if}Comment module is installed. The settings for this channel allow for comments. {segment_3} is the entry number, and entry is displaying fine directly above in the same template. The comment form is outside the channel display tags. I’ve tried using this code in a snippet as well as directly on the main template. I’ve tried removing the conditional statement enclosing the form. I’ve tried removing the parameters from the form code. Nothing has worked.
What is going wrong here?