Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

How to customise a lookup dialog box on portal?

(0) ShareShare
ReportReport
Posted on by 88

When I click on the lookup icon (magnifying glass) on the portal, it opens a dialog box (popup) for the user to select an item form the list and click the 'Select' button.

 

This dialog box has a default title as 'Lookup records' and button as 'Select'.

 

How do I use customer javascript to customer the title and button?

 

Thanks

  • Cris2 Profile Picture
    88 on at
    Re: How to customise a lookup dialog box on portal?

    Thank you very much. This has worked. Much appreciated!

     

    Good luck with the 'Select' button. Please do share the solution.

  • Verified answer
    H V Profile Picture
    1,510 on at
    Re: How to customise a lookup dialog box on portal?

    Hi @Cris2 

     

    Please find below code to change text of "Lookup records".

    $( document ).ready(function() {
     $("#fieldlogicalname_lookupmodal .entity-lookup .modal-content .modal-header .modal-title").first().text("your text");
    });

     

    In above code, you have to replace "fieldlogicalname" with your form field which opens the dialog.

     

    I have tried to change the text of lookup dialog box using JS. However I'm working on "Select" button text change.

     

    --------------------------
    If you like this post, give a Thumbs up. Where it solved your query, Mark as a Solution so it can help other people!

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35