Hi all,
I know this is not a new topic, but I have read through the old emails including the appraent fix, but this does not work for me.
I have a form, and in the anti-spam tab it shows the following:
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
PNG Support Yes
I have turned on the anti-spam on the form. I can see the sample image in the admin screen (with or without fonts), but when I view the actual form there is no image, nor is there any input field where you are supposed to put the answer. The image does not display on the form whether I select 'with' or 'without' fonts in the anti-spam tab.
Both the component folder and the chrono_verification.php file have been set to 755.
This is the form code I have used
No joy.
Any help is greatly appreciated.
I know this is not a new topic, but I have read through the old emails including the appraent fix, but this does not work for me.
I have a form, and in the anti-spam tab it shows the following:
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
PNG Support Yes
I have turned on the anti-spam on the form. I can see the sample image in the admin screen (with or without fonts), but when I view the actual form there is no image, nor is there any input field where you are supposed to put the answer. The image does not display on the form whether I select 'with' or 'without' fonts in the anti-spam tab.
Both the component folder and the chrono_verification.php file have been set to 755.
This is the form code I have used
<p class="contentheading">Submit News</p>
<p>If you have some news that is relevant to this site, then please use this form to send it to us. We will assess the article before placing it on the site.</p>
<p><label for="name">Name:</label><br />
<input type="text" name="name">
</p>
<p><label for="email">Email:</label><br />
<input type="text" name="email">
</p>
<p><label for="headline">News Headline:</label><br />
<input type="text" name="headline">
</p>
<p><label for="content">New Content:</label><br />
<textarea name="content" class="news_content"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
{imageverification}
No joy.
Any help is greatly appreciated.