Captcha Not Appearing
Posted: 22 July 2008 03:36 PM   [ Ignore ]
Newbie
Avatar
Rank
Total Posts:  5
Joined  2007-11-15

I have the following code setup but no captcha is appearing.  Am I missing something?

<p>{captcha}<br />
Please enter the case sensitive text above in the field below, then submit.</p>
<
p><input type="text" name="captcha" value="" tabindex="16" /><input type="submit" name="submit" value="Submit" tabindex="17" /></p>

EE 1.6.3

Profile
 
 
Posted: 23 July 2008 05:25 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3257
Joined  2006-10-18

If by not “appearing”, you mean it’s a broken image, I would make sure the path to the Captcha folder is correct: smile

CP Home › Admin › System Preferences › Captcha Preferences

It will also not show if you’re logged in…
Surround your Captcha code with this conditional to only display it to Guests:

{if captcha}{/if}

Additionally, if you’d like your registered members to still be required to submit the Captcha, you’ll need to set the preference to “Yes” for requiring Captcha for members:

CP Home › Admin › System Preferences › Captcha Preferences

smile

 Signature 
Profile