I would like to install a simple recaptcha on my Contact Us page and am using the tutorial here - http://myphpform.com/form-spam.php - The HTML is not a problem but the PHP if (strtolower($_POST['code']) != 'mycode') {die('Wrong access code');}is the issue. How do I change this so it displays the error message for Cubecart?