Closed (works as designed)
Project:
Field Group
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 23:24 UTC
Updated:
2 Apr 2012 at 14:23 UTC
Hello
I have an extra field which is introduced by the hook_field_extra_fields() only for 'form', not for 'display'.
This form item is added to form with hook_form_FORM_ID_alter().
Its works well. But if I put into a horizontal tab, it is disappear.
How can I solve this?
Comments
Comment #1
sweetchuckSorry. It is works well with input fields.
In my case I would like to show some message in the form.
I use
'#type' => 'item'
This is invisible in horizontal tabs
Comment #2
Stalski commentedSo do you still have a problem or is it fixed?
If fixed, close this issue. If not, please provide steps on how to reproduce.
Comment #3
thekevinday commentedI had this same issue with the workbench_access module.
Their developers managed to find a solution on their end in the way in which they handled the field.
See: https://drupal.org/node/1256692
See: http://drupalcode.org/project/workbench_access.git/commit/31ae24a
Comment #4
nils.destoop commented