Closed (duplicate)
Project:
Inline Entity Form
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 11:12 UTC
Updated:
17 May 2013 at 11:29 UTC
When I enter an help text for a product reference field, it's not displayed when using the Inline Entity Form widget.
Comments
Comment #1
bojanz commentedThis is intentional (Bojhan's design).
Comment #2
froboyFor anyone who comes across this and still wants some help text, I added some to my Inline Entity Form by using the instructions at http://drupal.org/node/1880850 and rewriting the
$form['field_my_ief_field']['und']['#description']value. My field is "Location" and my node type is "Hardware" so my full form alter code:Comment #3
m.stentaMay I ask why this is intentional?
Comment #4
bojanz commentedBecause help text adds visual noise.
However, I'm fine with adding back that possibility, if you don't feel it's noisy, you should be able to set the help text (while we in Kickstart won't).
Closing for #1992434: Widget form does not expose admin-entered help text since that issue is more detailed.