Download & Extend

ReCaptcha in a collapsed fieldset

Project:reCAPTCHA
Version:6.x-1.4
Component:General
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I wanted to use ReCaptcha with the Signup module... (orig issue in Signup: http://drupal.org/node/961840)
The Signup module has by default its stuff in a collapsed fieldset for the node ...
When you click on "Signup For ..." link, it opens the fieldset with the ReCaptcha inside the now unhidden div....
I am guessing ReCaptcha does some Flash funkyness i bet since i know some Flash objects like for example swfupload etc are required to not be "display: none;".
Anyway I was curious how to fix this issue...
FireFox and IE give some funky errors.

I couldddd just put a image/math based captcha for now... or ask Signup module how to set the setting to keep the fieldset always open... but would be nice if could get the nice lookin ReCaptcha working with collapsible fieldsets...

Using:
Drupal 6.19
CAPTCHA 6.x-2.2
reCAPTCHA 6.x-1.4
Signup 6.x-1.0-rc6

Comments

#1

Note i found the setting to keep the fieldset always expanded in Signup under its Advanced Settings to no avail. Was hoping that would provide temporarily solution but didnt work.

-Arian

#2

Simillar problem - reCaptcha i collapsible fieldset. The reCaptha rewrites whole page only if it is in collapsible filedset.

#3

I just switched to using regular image captchas for now on that form.