Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 01:36 UTC
Updated:
29 Nov 2016 at 13:04 UTC
Jump to comment: Most recent
Comments
Comment #1
sevanden commentedSame issue here:
A date field that collects an end-date is displayed using multiple lines on the edit form.
Not exactly what I wand and I wonder how to change that.
Comment #2
felgharb commentedSame issue here,
I dont know if you got a solution, if yes I would be interested on that.
I am trying to theme a field item collection and still cannot render the object entity...
Do you know how to render the [#entity] in the $form ?
Comment #3
senpai commentedCan't see that this is a 'major' issue for a release blocker.
Comment #4
jmuzz commentedNot sure what the situation was when this was written but there are no javascript files in the module and it does use the built in ajax in the form API.
To change how the form appears you will need to make a custom widget for field collections. Take a look at the field_collection_table module and the widget code in field_collection for examples.
Hope this helps.