I’m completely stumped. I totally cannot figure out how to turn on captcha’s. I have the following code on my submission form…
Name: (required)
<input type="text" name="name" value="" size="40" />
Email: (required)
<input type="text" name="email" value="" size="40" />
URL: (optional)
<input type="text" name="url" value="" size="40" />
<textarea name="comment" cols="70" rows="6">{comment}</textarea>
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" />
{/if}
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
</div>Captcha folder is set to 777, and turned on in CP. Siteground is my hosting provider. Any advice would be really great! Thanks!