Power Apps Portal: How to Display Tooltips on a Form
In this article, I will explain how to display tooltips in a Power Apps Portal (Power Pages) form.
Tooltips are a simple yet powerful way to improve user experience in Power Apps Portal (Power Pages). In this post, I’ll explain how to display tooltips on portal forms using Dataverse field descriptions.
🧩 What is a Tooltip?
A tooltip is shown when a user hovers over a field label. In Power Pages, this tooltip comes directly from the Description property of a Dataverse column.
Step 1: Add Descriptions to Dataverse Columns.
I used an existing Dataverse table named Order and added descriptions to the required columns. These descriptions will be used as tooltip text in the portal.- Open the Order Main Form
- Add the required fields
- Save and publish the form
Step 3: Configure Basic Form and Web Page
-
Create or update a Basic Form that uses the Order Main Form
-
Attach the Basic Form to a Web Page in the portal
Step 4: Enable Tooltips on the Basic Form (Important)
To allow tooltips on the portal form:
-
Go to Portal Management
-
Navigate to Basic Forms
-
Open your Basic Form
-
Go to the Form Options tab
-
Enable the checkbox “ToolTip Enabled”
-
Save and publish the changes
Step 5: Add Entity Form Metadata
-
Go to Entity Form Metadata
-
Click New
-
Set the following values:
-
Type: Attribute
-
Attribute Logical Name:
XXX_subscriptionoption
-
-
Select the required field
-
Save the record
-
Activate the metadata record
Step 6: Sync Portal Changes
-
Go back to Power Pages
-
Click Sync Configuration to apply the latest changes
Step 7: Clear Portal Cache
To clear the portal cache, open the Portal URL in your browser:
example: https://testenvi.powerappsportals.com/_services/about
Click Clear Cache.
- After clearing the cache:
- Open the portal page
- Refresh the page
- Hover your mouse over the field label
Conclusion
By adding descriptions to Dataverse fields, enabling tooltips in the Basic Form, and configuring Entity Form Metadata, you can easily display helpful tooltips in Power Apps Portal forms. This improves user experience and provides clear guidance for data entry.
Comments
Post a Comment