I have tried to figure this out, and can’t seem to get an answer. In my template I have the code:
{exp:comment:form preview="blog/preview" }
<fieldset>
<legend>Add you comment:</legend>
<ol>
<li>
<label for="comment">Comment:</label><textarea name="comment" cols="60" rows="14">{comment}</textarea>
</li>
<li>
<label for="comment">Shoot me an email when someone responds?</label><input type="checkbox" class="check" name="notify_me" value="yes" {notify_me} />
</li>
<li>
<label>Submit</label><input type="image" class="comment_submit" src="{my_path}images/interface/send-button.gif" name="submit" value="Submit" />
</li>
</ol>
</fieldset>
{/exp:comment:form}But nothing shows up. I’ve check everywhere in the control panel to make sure I didn’t turn comments off. I haven’t “disabled” comments in my expression tag. It just won’t show up. According to the log the expression is recognized “Tag: {exp:comment:form preview="blog/preview" } Closing Tag Found” What’s the deal?