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

sweetchuck’s picture

Sorry. 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

Stalski’s picture

Status: Active » Postponed (maintainer needs more info)

So do you still have a problem or is it fixed?
If fixed, close this issue. If not, please provide steps on how to reproduce.

thekevinday’s picture

I 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

nils.destoop’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)