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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.