Closed (works as designed)
Project:
reCAPTCHA
Version:
6.x-1.0
Component:
General
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2008 at 19:13 UTC
Updated:
29 May 2015 at 15:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robloachLook 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.
Comment #2
robertdjung commentedgo 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".
Comment #3
giorgio79 commentedIs 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)...
Comment #4
francewhoaHere 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.
Comment #5
giorgio79 commentedThanks 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?
Comment #6
summit commentedSubscribing, greetings, Martijn
Comment #7
Ralla commentedI believe the correct way to solve this, is by adding a weight inputfield pr. form_id in the "Form protection" fieldset at admin/user/captcha - no?
Comment #8
hass commentedI guess the captcha module need to provide the field to be re-order-able.