When user changes password on my site he/she comes back to the Account Overview page. The only difference is the added snippet of the code which looks like:
<div id="CommonProfileManagementSaveNotification" class="broadbandprofilemanagementpasswordsavednotification"> <h2 class="headline">Your new password has been saved</h2>
Great.
I need to change page name to call it "Password Changed" instead of "Account Overview" in this case.
So, I've created a data element based on div#CommonProfileManagementSaveNotification and in the drop down menu chose "class". "Class" is handy as the same div id is used when user changes their security and personal info. In these cases class value is different.
Next, I create page load rule where I call this element I called 'password change" when it is equal "broadbandprofilemanagementpasswordsavednotification".
It doesn't work.
What is wrong?