Closed (won't fix)
Project:
Field Collection Table
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 00:32 UTC
Updated:
8 Nov 2015 at 00:21 UTC
Jump to comment: Most recent
Comments
Comment #1
lukusSee this answer for a solution:
http://drupal.stackexchange.com/questions/10481/unlimited-values-field-h...
Comment #2
kristofferwiklund commentedThis problem is not in field collection table. The root of the problem is the core module field collection. And in the latest version you can not set a default value on the field collection field on the node. You can have default values on each of the fields inside the field collection, so that will be added when a new row is added.
In order to have custom default values, you have to use the hook_form_alter and do the logic.