Hello,
i have the problem that the recaptcha-plugin loads the whole site into the commentframe when captcha is answered wrong, instead of pasting the "the code you entered was wrong" message into the main site.
Its like this:
----------------------------------------------------
| banner |
| .......................................................... |
| N . |
| A . News-Entry |
| V . ............................ |
| I . new comment form |
| G . RECAPTCHA |
----------------------------------------------------
now when entering the false Captcha this happens:
---------------------------------------------------------------------------
| banner |
| ....................................................................................... |
| N . |
| A . News-Entry |
| V . ............................ |
| I . new comment form |
| G . RECAPTCHA |
| ---------------------------------------------------- |
| | banner | |
| | .......................................................... | |
| | N . | |
| | A . News-Entry | |
| | V . ............................ | |
| | I . new comment form | |
|| | G . RECAPTCHA | |
|| ---------------------------------------------------- |
------------------------------------------------------------------------------
insteat of:
----------------------------------------------------
| banner |
| .......................................................... |
| . "The Captcha is wrong" |
| N . ...............................................|
| A . News-Entry |
| V . ............................ |
| I . new comment form |
| G . RECAPTCHA |
----------------------------------------------------
Any idea how to fix it?
Thanks,
Tom