I'm using phprunner 6.0 with a mysql db (mysql version 5.0.92) on an apache server running php version 5.2.17.
I'm trying to add captcha to an add page according to the instructions for "Adding CAPTCHA" in the manual. It creates the captcha event and the captcha image appears on the page, but the captcha doesn't seem to work. I can complete the fields and enter the code, but it just brings up a new empty page with a new code. Nothing saves to the database, and my other events don't run.
I have an "After record added" event where I'm creating a session variable and redirecting to the edit page, and these events work properly, but with the CAPTCHA event inserted, nothing works. I really need to have captcha on this add page because after the record is added, the user will be uploading files on the edit page, and I need to make sure it's a person and not a bot.
Your assistance is greatly appreciated.
If this doesn't work, I have another captcha script I can insert, but I would need to know which file "processes the form" as I need to add a few pieces of code to get that script to work.
Thanks.