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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / How to modify the prof...
Power Pages
Answered

How to modify the profile update message

(0) ShareShare
ReportReport
Posted on by 150

How can update the message shown after clicking 'update' on the Profile page?

 

bssienes_0-1686700669427.png

 

Categories:
I have the same question (0)
  • Verified answer
    Lucas001 Profile Picture
    2,541 Super User 2026 Season 1 on at

    Hello @bssienes,

     

    I used js under the profile Web Page and it works:

     

    Lucas001_0-1686721981200.png

     

    For that i wrote the following code into the Custom Javascript box:

    Lucas001_0-1686722887556.png

     

     

    $(document).ready(function(){
    var message = $('#ContentContainer_MainContent_MainContent_ContentBottom_ConfirmationMessage > div > div > div')
    //console.log(message.text()) not needed
    if (message.text() == 'Your profile has been updated successfully.') {
    message.text('Test text')
    }
    }

     

     

    I used the if-condition in case the message of the selected div is something else as long as the success message is not displayed.
     

     

     

     

  • Saud Ali Profile Picture
    812 Super User 2024 Season 1 on at

    Hi @bssienes ,

     

    You cannot change it OOB, there is not site setting/content snippet available for that. As suggested by @Lucas001 you can use script to update your message.

     

    Thanks,

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 Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
rezarizvii Profile Picture

rezarizvii 61

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 40 Most Valuable Professional

#3
11manish Profile Picture

11manish 30

Last 30 days Overall leaderboard