I'm using the form as I also do on a new site, and cannot figure out why the Capcha code is not showing up. All seems OK with the PHP. Can anyone help?
Yeah, it's working now because I figured it out. The file name has to have either the capital letters, or all lower case (CaptchaSecurityImages.php), or else the image won't display.
Once I got the file name to the server with the capital letters, it worked fine. CC.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using the form as I also do on a new site, and cannot figure out why the Capcha code is not showing up. All seems OK with the PHP. Can anyone help?
Here's the page: http://luckypetspetsitting.com/formgen2/tmp/persistent/form18814/form.html
thanks - C. Correa
Forget it - I figured it out. thanks! c.C.
I'm not sure what your issue is. I can see the Captcha generated security code on the form.
Captcha has some requirements from your host.
* File: CaptchaSecurityImages.php
* Author: Simon Jarvis
* Copyright: 2006 Simon Jarvis
* Date: 03/08/06
* Updated: 23/11/06
* Requirements: PHP 4/5 with GD and FreeType libraries
* Link: http://www.white-hat-web-design.co.uk/articles/php-captcha.php
Yeah, it's working now because I figured it out. The file name has to have either the capital letters, or all lower case (CaptchaSecurityImages.php), or else the image won't display.
Once I got the file name to the server with the capital letters, it worked fine. CC.