reCaptcha displays in middle of CCK input form
ndevelder - July 22, 2008 - 19:13
| Project: | reCAPTCHA |
| Version: | 6.x-1.0 |
| Component: | General |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
I recently upgraded to Drupal 6 and set up reCaptcha to work with a submission form. The module displays the recaptcha form fine, but it displays in the middle of the form and not at the end. It is a long form...30+ fields incorporated into 13 or so fieldsets. There is nothing in the captcha/recaptcha settings or the cck form editor that would allow a change of position. Thanks for your help!

#1
Look at the #weight attribute, change it till it looks okay, and then make a comment about what you changed. I'm willing to commit patches.
#2
go to the CCK node type. Manage the fields. Using DEVEL module, if you turn on theme developer, it shows the actual weight numbers. Make them "lighter".
#3
Is there anyway we could get this to show up on the content type edit page with the rest of the fields so we can reorder like the rest of the fields?
I am having this issue as well. For me recaptcha shows on the very top along with other third party modules (like subscription)...
#4
Here is an easy way to fix this.
Simply disable your browser JavaScript. Find below attached screenshot to clarify (disable-js.png).
Then go to your CCK content type page to change the order at
/admin/content/node-type/YOUR-CONTENT-TYPE-NAME-HERE/fields. Note that you can give negative value if needed. Such as -1. Find below attached screenshot to clarify (disable-js-manually-change-weight.png).When done reactivate your JavaScript.
This is not a bug with reCAPTCHA. The bug is with the Drupal drag and drop javascript feature.
#5
Thanks for this.
As a long term solution, IMHO recaptcha should expose itself as a reorderable field on the manage field CCK page Onopoc mentioned page. I have 15 other form items, so it would be easier for everyone if it would be there, instead of having to change the weights of those 15 other form items.
Or is this a captcha issue?
#6
Subscribing, greetings, Martijn