i want to use tooltips on field labels. i mean, something like Advanced Help.

is it possible?

Comments

markus_petrux’s picture

Version: 6.x-2.0 » 6.x-2.6
Category: feature » support
Status: Active » Fixed

Version 6.x-2.0? If that's true, then please upgrade.

As per your question... you need custom code. If you want tooltips in node edit form for CCK fields, then start from your own implementation of hook_form_alter(), scan the form to find out which fields are present, then alter the elements as you please. You may also need to add javascript behaviors, depending on the effects you're looking for.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.