I have the "Add CAPTCHA administration links to forms" checked.
I have a search form in a block on my site. Given the tight visual design, the presence of the collapsed CAPTCHA administration links blows out my block. Anyway that I omit that?
I think it would be nice if there was a textarea field in the configuration for the module which allows you to omit it from form IDs - just like what is done in the FCKeditor omission config. In my case the form id is search-block-form.
For the meantime, I have suppressed it with CSS, but even this solution isn't all that great because the fieldset for the administration links doesn't have a unique class or ID. You'll see that I am using "collapsible". Luckily there is only one collapsible class in my form.
#search-block-form .collapsible
{
display: none;
}
Comments
Comment #1
capellicI also would like to a solution for this! Thanks!
Comment #2
elachlan commentedComment #3
wundo commentedComment #4
wundo commented