After enabling this module and adding a field to a content type, I added some help text for the site administrator.

Screenshot

However, this does not appear on the node/add form.

Screenshot

I checked the DOM, and it's not in the HTML structure, so it's not a CSS issue.

I did a dsm($form) and it does appear in the $form array.

Screenshot

I'm presently at a loss as to how this is happening.

CommentFileSizeAuthor
3.png142.64 KBcarsonw
2.png24.94 KBcarsonw
1.png42.5 KBcarsonw

Comments

geerlingguy’s picture

It looks like the JS in color_field.jquery.js may simply be wiping out the entire field (including the description) and replacing it with the color selection widget. It would need to replace just the field value area (and not the entire field <div>) with the widget.

targoo’s picture

Hi

I will look into it and try to fix it in the next release 7.x-1.4 which is coming soon !

Cheers,

targoo’s picture

targoo’s picture

Status: Active » Fixed

fixed in 7.x-1.4

targoo’s picture

Status: Fixed » Closed (fixed)

fixed in 7.x-1.4