In Magento 1.9.2.4, the product review form has no recaptcha, but won't post, producing this error:
<ul class="messages"><li class="error-msg"><ul><li><span>The reCAPTCHA wasn't entered correctly.</span></li></ul>
The only other instance of "recaptcha" in the page source is this:
<script type="text/javascript"> //<![CDATA[ var RecaptchaOptions = { theme : 'light', lang : 'en', }; //]]> </script>
How can I go about resolving this issue? I'm just learning Magento.
The POST to http://second.first.com/second/review/product/post/id/4802/ returns status code 302 Moved Temporarily.
We have url-key product URL rewrites enabled, like http://second.first.com/second/product-url-key-value.html.
Recently the server got hooked up with SSL so I resent the request to https://... and got 302 Found, but the recaptcha error persists.
We do have reCAPTCHA enabled and functioning on our main/primary store/site "first.com". It posts to the same URL structure, sans https, successfully.