Hi guys, I have a weird dillema. My comments captcha is not showing on my bad ass video games module, example here:
http://www.ultragamer.com/bad-ass-video-games/kane-lynch-2-dog-days-screenshots
But it works fine on my online games module:
http://www.ultragamer.com/online-games/alien-hominid
They both include the comments form from a file that looks like this:
{exp:comment:form}
<fieldset>
<label for="name">Name:</label>
<input type="text" name="name" value="{name}" size="50" />
<label for="email">Email:</label>
<input type="text" name="email" size="50" />
<label for="comment">Comment:</label>
<textarea name="comment" cols="70" rows="10"></textarea>
{if captcha}
<label>Human Test:</label>
<div class="nrml">{captcha}</div>
<input type="text" name="captcha" size="20" maxlength="20" style="width:140px;" />
{/if}
<div>
<input class="nrml" type="checkbox" name="save_info" value="yes" {save_info} /> <label class="nrml" for="save_info">Remember my personal information?</label>
</div>
<div>
<input class="nrml" type="checkbox" name="notify_me" value="yes" {notify_me} /> <label class="nrml" for="notify_me">Notify me of follow-up comments?</label>
</div>
<input class="nrml" type="submit" name="submit" value="Submit" />
</fieldset>
{/exp:comment:form}Does anyone know why this is happening? Thanks