Hi people,
I’ve enabled “require CAPTCHA for guests” in the Safecracker settings and have this in my template:
{embed='includes/header'}
<h1>Welcome and lets get started!</h1>
<strong>Please fill in all of the boxes below and simply click the submit button.</strong>
<div class="add-gallery-form">
{exp:safecracker channel="galleries" return="/add-gallery-thankyou" logged_out_member_id="2"}
{field:gallery}
<label>Gallery title:</label>
<input name="title" class="input" type="text"><br >
<label>Gallery description:</label>
<input name="gallery_description" class="input" type="text"><br >
<label>Email:</label>
<input name="uploader_email" class="input" type="text"><br >
<label>Telephone:</label>
<input name="uploader_telephone" class="input" type="text"><br >
<label for="captcha">Please enter the word you see in the image below:</label>
{captcha}
<input type="text" name="captcha" class="input" value="{captcha_word}" maxlength="20">
<input type="submit" value="Submit" />
{/exp:safecracker}
</div><!-- .add-gallery-form -->
{embed='includes/footer'}But no CAPTCHA image is displayed?