Hi, I’ve tried several things and can’t get the comment form to appear on a new project I’m working on
I’ve tried embedding the template but nothing shows up when i view the template in the browser i get a blacnk template except for the the heading that are outside of the exp loop
I’ve tried putting the comment form in the view template which is a single entry page
and still nothing…
I then used the comment form supplied in the docs in both fashion and it didn’t appear. even straight into the browser was blank like the previous one
I’ve check the admin for the respective allow comments on weblog and on the entry
{exp:comment:form}
<ul>
<li>
<label for="name">Your Name <small> *</small></label>
<input type="text" name="name" value="{name}" id="name" size="37" />
</li>
<li>
<label for="email">Your Email <small> *</small></label>
<input type="text" name="email" value="{email}" id="email" size="37" />
</li>
<li>
<div class="button"><button type="sumit" value="Submit">Shazzam!</button></div>
</li>
</ul>
<div id="comment_textarea_wrap">
<label for="comment">laisser votre Commentaire</label>
<textarea name="comment" rows="14" cols="55" id="comment">{comment}</textarea>
</div>
{/exp:comment:form}
VERSION1.6.9
Build: 20100430
I’ve used this many times before and never had an issue with it, I’m sure I forgot something small and can’t pin point it.
thanks for the help.