I just noticed that CAPTCHA forms seem to have a weight of '0' in content types; if I have a content type with many differently-weighted fields, and some are 0, 1, 2, etc., the CAPTCHA form shows up in the middle of my other fields, and there's no draggable field in the 'manage fields' page for CCK... Is there any way we could either have a draggable field, or at least set the weight of the CAPTCHA form?
Comments
Comment #1
soxofaan commentedthe placement stuff in the CAPTCHA 6.x-1.x branch is indeed not very advanced.
In the 6.x-2.x branch it is much better, and I would recommend to use that version (e.g. 6.x-2.0-beta4, the most recent at the moment)
Also see http://drupal.org/node/367046#comment-1438182 .
CAPTCHAs on CCK'ed node forms should be covered pretty well.
Another duplicate: #301145: problems with CAPTCHA on custom CCK node form
There are also plans to provide a CCK widget for CAPTCHAs (#198236: CCK CAPTCHA widget), but that's not a priority for the moment and will probably be worked on after a stable 6.x-2.0 release.
hope this helps
Comment #2
geerlingguy commentedThanks! I didn't even see those issues when either (a) I searched for them, and (b) I looked in the issue queue. Sorry about that!