====== How to Disable the CAPTCHA Code on the Contact Us and Tell-a-Friend Forms ====== By default ProductCart contains a CAPTCHA component on the "Contact Us" and "Tell a Friend" pages. This is to prevent malicious third-party applications to attempt to use the form to send SPAM. If you decide to turn this feature off (not recommended), you can do so by following these steps: * Download the file "contact.asp" and/or "tellafriend.asp" from the 'pc' folder on your Web server using an FTP program * Make a back-up copy of the file so that you can quickly restore the original version, if needed * Open the file in Notepad or your favorite HTML editor * Locate the following:TurnOnSecurity=1... and change to:TurnOnSecurity=0 * Save the edited file and upload it back to the Web server via FTP