I placed the captcha code in my comment form but it doesn’t seem to appear. Does anyone see anything wrong with my implementation?
<fieldset id="comment-form-field">
{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>
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" size="20" maxlength="20" style="width:140px;" /></p>
{/if}
<input type="submit" name="submit" value="Submit" /></p>
{/exp:comment:form}
</fieldset>[Mod Edit: Moved to the EE 2 Tech Support forum]