How to create CAPTCHA without displaying the image?
I have a home-grown content management system that allows users to embed their own source code. One client embedded FORM's, but found themselves the target of spammers, so they wanted me to add a CAPTCHA feature to it. It's been a little difficult because it all displays inside of a TEXTAREA field, but I'm 99% of the way there.
What's got me stymied is the captcha image. I can create the image, write it to the server with a dedicated name, and can display it just fine inside of their form. However, the original call to create the captcha image leave a broken image box. I don't want any box, I just want it to write the image to a file and move on.
Here's how I'm making that initial call:
cfimage action="captcha" fontsize="24" fonts="Times New Roman" width="250" height="50"
text="#rndString#" difficulty="low" destination="#fileDest#" overwrite="yes"
Any ideas?
RLS
