Hi,
I am trying to implement a comment form to the blog section of a website I’m working on. This is the code I currently have, and when I view the page nothing appears.
{exp:comment:form}
<label for="name">Name</label>
<input type="text" name="name" value="{name}" id="name" size="37" /></p>
<label for="email">Email Address</label>
<input type="text" name="email" value="{email}" id="email" size="37" /></p>
<label for="comment">Comment</label>
<textarea name="comment" rows="8" cols="35" id="comment">{comment}</textarea></p>
{/exp:comment:form}Am I missing a link to the ‘blog’ channel? If so, where might I be able to put that
Thanks in advance