how to add tool tip for custom fields ?

nayanvmehta May 8, 2014

Hi,

I have created few custom fields as per the requirement. Now I would like to show some tool tip or similar function as a help function for that particular custom field.

is it possible to create it ?

Thanks,

Nayan

1 answer

0 votes
codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2014
You can fill out the description field for your fields (HTML is possible). This description appears on every edit screen.
nayanvmehta May 8, 2014

Hi,

I'll clarify my question more.

what I have is a custom field which contains list of values.

Now what I want is to have a tool tip for each of the possible list values.

Thanks

Nayan

codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 8, 2014

You could do it by using jQuery. JQuery can be used in description field of your custom field.

<script ....>

// get values

// for each value add a hint

</script>

Suggest an answer

Log in or Sign up to answer