Help with reCaptcha on coldfusion site
I've been asked to place a recaptcha on a site using coldfusion. I'm using http://recaptcha.riaforge.org/ - ColdFusion reCAPTCHA tag and a quick demo worked perfectly.
But when I place it in my form it appears but none of the info from the captcha seems to be coming through.
I var dumped the form and there were no extra fields at all.
Any pointers here?

Replies
FREE php jquery forms with recaptcha support
Hi All,
Just finished coding two forms (email form and questionnaire form) with Recaptcha and JQuery support.
http://www.websitecreationhelp.com/examples/recaptcha_questionnaire_form...
http://www.websitecreationhelp.com/examples/recaptcha_email_form/recaptc...
You will need to register a Recaptcha Account from here:
http://recaptcha.net/
Once you have those codes simply insert them into the recaptchacodes.php file (provided) and then upload to the script files etc to your website. You will then have a form that is more secure in way of recaptcha.
You will need to supply an email address in the index.php page so that the questionnaire answers can be emailed to you.
Regards
John
more
reCAPTCHA Form Fields not working?
forms and tables
I solved it, the form was in a page full of tables and the way it was structured was not valid.
Altering the table layout and where the form started fixed it.
Post new comment