web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to provide a help on mousing over a field in portal form

(0) ShareShare
ReportReport
Posted on by 135

Hi

I have a CRM Portal form with various fields. I want to add a help feature on few fields. I would like to add the feature with mouse over or with an image such as ?. 

Ex: I have field label called Desription

When the end user puts the mouse on this field I want to show some details about what to enter in Description field.

How to achieve this. 

Thanks

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    1,835 on at

    Hello,  you need a little custom Javascript to enable this.

    Because Portal uses bootstrap and jQuery your Javascript code will be very easy:

    go to Entity Form -> Custom Javascript Section.

    Put here a code which will add custom tooltip for your label. I have tested on Descriptio field on OOB contact-us entity form:

    $(document).ready(function() {
    $("#description_label").tooltip({"html":true,"title":"<span class='glyphicon glyphicon-info-sign'></span>&nbsp;<i>hello</i> world"})
    }); 


    Below sample result:

    Custom-tooltip.JPG

  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    1,835 on at

    If you want tooltip for the field and not label, change in provided above Javascript $("#description_label") to $("#description"). You can see in Page source exact input id value

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans