Question 1:
I noticed that when I turned on Static Publisher, the ReCaptcha on my form will no longer return an error message when the captcha field is blank or incorrect.
I tried disabling Static Publisher, in the HTACCESS, for the pages that have a form but that didn't seem to fix the issue.
RewriteCond %{REQUEST_URI} !/contact-us/.*$
Question 2:
Can either of the ReCaptcha or Mollom captchas be validated on the fly without a page refresh (I guess that's via AJAX)?
Thank you