View Single Post
  #45  
Old 08-09-2008, 03:10 PM
 
nomonkeybiz nomonkeybiz is offline
 

Advanced Member
  
Join Date: Sep 2006
Posts: 64
 

Default Re: Direct Product Enquiry Form

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:
Code:
<!-- <tr>

In enquire.tpl (line 80), add the closing comment tag:
Code:
</tr> -->
__________________
v4.4
Reply With Quote