Hello All
I used the "specialorder" template together with the suggested CAPTCHA code and built a stunning form, but alas, it wouldn't work, not even getting to the breadcrumb!. After hours of painstaking work, I found the error to be in the CAPTCHA code at the beginning of header_php - the code suggested in this post to use is:
When I comment this whole piece out, my form works like a dream. Anyone have any idea what's wrong with the CAPTCHA code?Just after: ["require(DIR_WS_MODULES . 'require_languages.php');"
$breadcrumb->add(NAVBAR_TITLE);]
// BOF Captcha
if(CAPTCHA_CONTACT_US != 'false') {
require(DIR_WS_CLASSES . 'captcha.php');
$captcha = new captcha();
}
// EOF Captcha
Cheers
Cliff
Bookmarks