Awesome module!

I'd love an option to use field descriptions instead of the labels - Descriptions tend to be more... descriptive. And there is often plenty of space in the field!

Many thanks in advance!

A>

Comments

sun’s picture

Status: Active » Closed (won't fix)

Sounds more like a JavaScript ToolTip feature to me. You'll find plenty of implementations on drupal.org and also in the wild.

tommeir’s picture

Version: 5.x-1.0 » 6.x-1.2

replace code @ line 13 of js file with this:

$(this).addClass('compact-form').find('.description').each(function () {
var $label = $(this);
var $field = $(this).parent().children('input');

woked for me :)