Hello all,
I am trying to install the CAPTCHA Creator script but it always fails with the message:
There was a problem with the form.
Your entry did not match the image
...even when I'm sure the text is entered correctly.
The CAPTCHA Creator code is directly from their site (with what I think are the correct modifications) and looks like this:
<table cellpadding=5 cellspacing=0 bgcolor="#E4F8E4">
<tr bgcolor="#AAD6AA">
<td colspan="2"><font color="#FFFFFF" face="Verdana" size="2"><b>Image Verification</b></font></td>
</tr>
<tr>
<td style="padding: 2px;" width="10"><img src="http://www.mysitename.com/captcha/captchac_code.php" id="captcha"></td>
<td valign="top"><font color="#000000">Please enter the text from the image</font> <br><input type="text" name="imgverify" value="" maxlength="100" size="10">
[ <a href="#" onclick=" document.getElementById('captcha').src = document.getElementById('captcha').src + '?' + (new Date()).getMilliseconds()">Refresh Image</a> ] [ <a href="http://www.mysitename.com/captcha/whatisturing.html" onClick="window.open('http://www.mysitename.com/captcha/whatisturing.html','_blank','width=400, height=300, left=' + (screen.width-450) + ', top=100');return false;">What's This?</a> ]
</td>
</tr>
</table>
I tried simply replacing the CAPTCHA Creator code with the FormMail code:
<img src="http://www.mysitename.com/verifyimg.php" alt="Image verification" name="vimg" />
<br />
To submit this form, please enter the characters you see in the image:
<input type="text" size="12" name="imgverify" />
and then it verifies correctly. I'm changing nothing else.
Any ideas? Thanks for any help anyone can offer.
Bookmarks