Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2012 at 23:14 UTC
Updated:
21 Jul 2018 at 23:47 UTC
Jump to comment: Most recent
Comments
Comment #1
nhck commentedThere is no way to do this yet, but I think its a feature request worth noting.
Comment #2
semiaddict commentedI am not sure this is the best way to do it, but you could achieve this by overriding theme_field_multiple_value_form
Here's an example (change MY_THEME to the theme name and MY_FIELD_NAME to the name of the field) :
Comment #2.0
semiaddict commentedClarification
Comment #3
jmuzz commentedI'd try using a form_alter hook to change the _weight element. Possibly change it to hidden, or set its #access to false, or unset it altogether.
Hope this helps.
Comment #5
firewaller commentedI know this is closed, but I just wanted to report that I couldn't get #2 or #3 working, but I ended up using this contrib module: No Table Drag.