Aug 28th, 2009, 1:13 PM
(Aug 28th, 2009, 1:03 PM)dethompsOWU Wrote: A followup...I converted the form from a POST form to an API form, and the CAPTCHA works!...sort of.You said you converted from POST to API? I have correctly working API form with working captcha. Sounds quite strange since for using captcha in form you suppose to use only this line <?php ft_api_display_captcha(); ?>
It appears to be processing properly, in that if I don't enter the correct words (or don't enter anything), I am taken back to the form without the rest of the form being submitted to FormTools or anything.
However, now I'm running into the same issue I encountered a couple weeks ago...I'm not seeing the error message (despite including the code that supposedly makes it show up) and session variables do not appear to be maintained (so the code that is supposed to populate the various form fields with the data that was in them prior to the submission doesn't do anything).
So, something is still amiss...