Quote:
Originally Posted by konadnailart
anyone know how to remove the captcha part?
thank you
|
In enquire.php (line 207-209), change to:
Code:
/* if (!checkXCM_captcha($XCMcode)) {
$ValidationFailed = true;
} */
In enquire.tpl (line 11-14), change to:
Code:
/* if (theForm['code'].value == ""){
errMsg = "Please enter the code";
setfocus = "['code']";
} */
In enquire.tpl (line 64), add the starting comment tag:
In enquire.tpl (line 80), add the closing comment tag: