Skip to main content

Notifications

Announcements

No record found.

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

  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    Dmytro Rutkovskyi 1,835 on at
    RE: How to provide a help on mousing over a field in portal form

    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

  • Verified answer
    Dmytro Rutkovskyi Profile Picture
    Dmytro Rutkovskyi 1,835 on at
    RE: How to provide a help on mousing over a field in portal form

    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

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,321 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans