or should have added – just remove the comma
oops – should have said this was a fix to v 2.6.4
I had the problem with IE7 (IE8, Firefox, Chrome etc – no problems) – it was complaining about a missing parameter after the theme spec generated by the function wpmem_inc_recaptcha defined in wp-members/wp-members-dialogs.php
I added
callback: Recaptcha.focus_response_field
to this (after the comma) and it worked fine – although this does focus input to the captcha field.
Brilliant plugin though.
Cheers, Graham
Hi Beckabob,
The problem is in wp-members/wp-members-dialogs.php
Find the function . . . wpmem_inc_recaptcha
insert
callback: Recaptcha.focus_response_field
after the comma