I've installed the reCaptcha module on the user registration form and the submit button seem to have disappeared (the form isn't working).
Have you ever seen this before?
See attached file.
Please note that my website is in French.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.jpg | 230.38 KB | whygee |
Comments
Comment #1
whygee commentedI've tried with a different theme but the problem is still there...
Comment #2
starlilyth commentedIm also having the same issue. Drupal 6.10
Comment #3
tstermitzI looked into this at my website, and found it to be a CiviCRM issue.I opened a case with CiviCRM: http://issues.civicrm.org/jira/browse/CRM-4337
In my case this problem comes from CiviCRM 2.2, which puts a profile section into the registration form, and overrides my Drupal Recaptcha with its own. To test this, turning off CiviCRM immediately fixed the form.
Here is the specific problem as it shows up in the html. The problem comes from this stretch of code in recaptchalib.php (1.10):
In the register form with CiviCRM installed, the Recaptchatlib code is incorrect:
Resulting in the following, truncated HTML:
Editing the civicrm/packages/recaptcha/recaptchalib.php file, Function recaptcha_get_html in CiviCRM fixed the problem. Here is the correct stretch of code:
Comment #4
the_g_bomb commentedThe case on CiviCRM mentioned in #3 has been fixed. Assuming this Issue is fixed also.