At the moment, when adding the form, it doesn't use $().ready() to add the reCAPTCHA form. This must be fixed.

Comments

robloach’s picture

... Has to use....

$(document).ready().

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

Looking at recaptchalib.php, we see that recaptcha_get_html returns the full < script > tag, as well as the < noscript >, so we'll have to find someway to use output that during $(document).ready().

Maybe make a < div class="recaptchaformblah">< /div > and then use jQuery to replace the text with a call to recaptcha_get_html?

liam morland’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Versions prior to Drupal 6 are no longer supported. If this issue still exists in a supported version, please re-open and provide details.