By chunty on
1) Am I right in thinking that if I want to hide the label for a checkbox input on a webform I either need to use CSS or a hook function? I can't see any option to turn it off at the field definition point.
2) Does anyone know how to make reCaptcha or Captcha work with these forms they don't appear to be in the list when I go to admin/user/captcha (unless I'm just looking in the wrong place)
C
Comments
Bump...
Bump...
1) Easy way is with css
1) Easy way is with css (
display: none;), better way is with a theme override.2) Try mollom.
With regard to mollom the
With regard to mollom the reason I'm not using this is that the free version has limits on it (assuming I've understood correctly) but the thing that seems a bit odd to me is that the webforms module page lists CAPTACHA as a related project so I assumed they played together nicely - have I misunderstood?
C
Try this:
Try this: http://www.kkoncepts.net/node/166
Its not what you know - but where you look....
Bingo - thats got it. I'm gonna need to hack it about a bit somehow to remove the fieldset stuff but that got me to first base.
Thanks
Chris
If you don't sign up for an
If you don't sign up for an API key for mollom it reverts to a captcha, not 100% sure though.