Hi All,
I have configured Customer Service Powerapps Portal and I want to validate "Profile Page" based on some fields.
Custome JS not working for Profile Web Page, I registered JS under Profile Web Page -> Localized Content -> Advanced Tab -> Custom Javascript but it did not work.
Please suggest how to achieve this.
I tried below code snippet :
Hi Manoj,
Please try below jQuery code.
$( document ).ready(function() {
debugger
if($("#cr243_otp").val() === "")
{
alert("OTP required");
return false;
}
else
{
return true;
}
});
And after adding any code you should also clear Cache by hitting this “Portal Home URL/ _services/about”.
Note: For clearing cached your portal user should have Administrator web role assigned.
Team Soluzione Inc
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Eugen Podkorytov
106
Muhammad Shahzad Sh...
106
Most Valuable Professional