Closed (fixed)
Project:
Field collection
Version:
7.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2012 at 17:46 UTC
Updated:
28 Nov 2016 at 20:54 UTC
Jump to comment: Most recent
Comments
Comment #1
jmuzz commentedThis information isn't usually saved. You may be able to use the author information from the host entity. This is more likely to work if it's set up so each edit creates a new revision of the host. Otherwise you would need to set up a field and add some custom code to save the information, possibly by making the field hidden and giving it a default value in a form_alter() hook.
Hope this helps.