Feb 24th, 2010, 9:14 PM
Hey Dave,
Odd... I'm glad it's fixed at least. It *sounds* like your thankyou page wasn't emptying the cache, which would explain the 302 errors. Oh well. Post back if you have other problems.
Regarding French reCaptcha, sure - no problem! I should make this a configurable option, actually. Just add this code somewhere in your page - preferably in the <head> - just as long as it appears before your reCaptcha.
And that's it!
- Ben
Odd... I'm glad it's fixed at least. It *sounds* like your thankyou page wasn't emptying the cache, which would explain the 302 errors. Oh well. Post back if you have other problems.
Regarding French reCaptcha, sure - no problem! I should make this a configurable option, actually. Just add this code somewhere in your page - preferably in the <head> - just as long as it appears before your reCaptcha.
Code:
<script>
var RecaptchaOptions = {
lang: 'fr'
};
</script>
And that's it!
- Ben