Quote Originally Posted by marcopolo View Post
mikestaps's if you trying to get it to display a messagestack error for example "Please check the the reCAPTCHA form." then you probably have to add a
PHP Code:
          $messageStack->add('WHATEVER-PAGE-NAME'GOOGLE_RECAPTCHA_CHECK_ERROR); 
Quote Originally Posted by marcopolo View Post
mikestaps's try the below for your class.google_recaptcha.php file:
I tried both with no luck. When I added the mesage stack error it locked things up and the FAQ wouldn't submit, and the class file had no effect.
Thanks