Closed (won't fix)
Project:
reCAPTCHA
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2008 at 18:26 UTC
Updated:
17 Aug 2012 at 14:38 UTC
At the moment, when adding the form, it doesn't use $().ready() to add the reCAPTCHA form. This must be fixed.
Comments
Comment #1
robloach... Has to use....
$(document).ready().
Comment #2
robloachLooking at recaptchalib.php, we see that
recaptcha_get_htmlreturns 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?
Comment #3
liam morlandVersions prior to Drupal 6 are no longer supported. If this issue still exists in a supported version, please re-open and provide details.