Skip to content

Commit 53cd5b9

Browse files
authored
Merge pull request #5692 from MicrosoftDocs/edit_12599
edit for task 12599
2 parents 9edf47a + 6db766a commit 53cd5b9

File tree

1 file changed

+22
-29
lines changed

1 file changed

+22
-29
lines changed
Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contact us sample
3-
description: Overview of the Contact us sample page that is part of the portal starter template.
3+
description: Overview of the Contact us sample page that's part of the portal starter template.
44
author: ankitavish
55
ms.service: powerapps
66
ms.topic: conceptual
@@ -16,65 +16,58 @@ contributors:
1616

1717
# Contact us sample
1818

19-
When you create a new portal using the *portal from blank* template, it will create an example web page called *Contact us*. This web page provides a working example of how portal users can enter information into a form that will be stored in a Dataverse table.
19+
When you create a new portal by using the **Portal from blank** template, it creates an example page called **Contact us**. This page provides a working example of how portal users can enter information into a form that will be stored in a Dataverse table.
2020

2121
:::image type="content" source="media/contact-us-sample/contact-us-page.png" alt-text="Contact Us page.":::
2222

23-
## Contact us web page
23+
## Contact us webpage
2424

25-
The contact us web page can be viewed in the [portals Studio](portal-designer-anatomy.md) by selecting **Pages and navigation** from the toolbelt and choosing **Contact us**.
25+
The contact us webpage can be viewed in Power Apps [portals Studio](portal-designer-anatomy.md) by selecting **Pages and navigation** from the toolbar and then selecting **Contact us**. This webpage is composed of three sections:
2626

27-
The example web page is composed of three sections;
27+
- A [text component](add-text.md) for the page title, set to "Contact us".
2828

29-
- A section with a [text component](add-text.md) for the page title, set to "Contact us".
29+
- A [basic form component](add-form.md) named **Simple contact us form**, which is linked to the Dataverse table Feedback and set to Insert mode.
3030

31-
- A section with a [basic form component](add-form.md) named *simple contact us form* linked to the Dataverse table *feedback* set to *Insert* mode.
32-
33-
- A section with an [IFrame component](add-iframe.md) linked to Bing maps.
31+
- An [iframe component](add-iframe.md) linked to Bing maps.
3432

3533
> [!NOTE]
36-
> The Bing maps link does not have any functionality or geo-___location enabled. It is provided as an example IFrame component.
34+
> The Bing maps link doesn't have any functionality or geo-___location enabled. It's provided as an example iframe component.
3735
38-
:::image type="content" source="media/contact-us-sample/contact-us-portalstudio.png" alt-text="Contact us page in the portal Studio.":::
36+
:::image type="content" source="media/contact-us-sample/contact-us-portalstudio.png" alt-text="Contact us page in portals Studio.":::
3937

4038
## Table permissions
4139

42-
To allow portal users to be able to insert records to the feedback table, [table permissions](/configure/assign-entity-permissions.md) are configured to provide *create*, *read*, *write*, and *delete* permissions for the *Administrators*, *Anonymous Users*, and *Authenticated Users* [webroles](/configure/create-web-roles.md).
40+
To allow portal users to be able to insert records into the feedback table, [table permissions](/configure/assign-entity-permissions.md) are configured to provide Create, Read, Write, and Delete permissions for the Administrator, Anonymous User, and Authenticated User [web roles](/configure/create-web-roles.md).
4341

4442
:::image type="content" source="media/contact-us-sample/feedback-tablepermissions.png" alt-text="Feedback table permissions.":::
4543

4644
> [!NOTE]
47-
> It is good practice to review your security requirements before providing access to Dataverse tables using portals.
45+
> It's good practice to review your security requirements before providing access to Dataverse tables through portals.
4846
4947
## Basic form metadata
5048

51-
To make all the form fields required, [basic form metadata](/configure/configure-basic-form-metadata.md) records were added to the basic form using the [Portal Management app](/configure/configure-portal.md).
49+
All the form fields that the **Contact us** form requires have been created using [basic form metadata](/configure/configure-basic-form-metadata.md). These settings can be viewed and modified using the [Portal Management app](/configure/configure-portal.md).
5250

5351
:::image type="content" source="media/contact-us-sample/basicform-metadata.png" alt-text="Basic form metadata.":::
5452

55-
## View Feedback Data
56-
57-
To view the feedback data collected using the sample web page, go to the [Power Apps maker portal](https://make.powerapps.com).
53+
## View feedback data
5854

59-
1. Select the **Dataverse** tab.
55+
To view the feedback data that was collected by the sample webpage, go to the [Power Apps maker portal](https://make.powerapps.com).
6056

61-
1. Select **Tables**.
57+
1. On the left pane, expand **Dataverse**, and then select **Tables**.
6258

63-
1. Select **Feedback**.
64-
65-
1. Select **Data**.
59+
1. Select **Feedback**, and then select **Data**.
6660

6761
:::image type="content" source="media/contact-us-sample/feedback-dataverse.png" alt-text="Feedback viewed in Dataverse.":::
6862

69-
You can also create a [Power App (canvas or model-driven)](../index.md) or another portal page to view the feedback data.
63+
You can also create an app in Power Apps [(canvas or model-driven)](../index.md) or another portal page to view the feedback data.
7064

7165
### See also
7266

73-
- [Dataverse Form Designer](../model-driven-apps/form-designer-overview.md)
74-
- [Add form](add-form.md)
75-
- [Power Apps portals Studio](portal-designer-anatomy.md)
76-
- [Create and manage webpages](create-manage-webpages.md)
77-
- [WYSIWYG editor](compose-page.md)
78-
67+
[Dataverse Form Designer](../model-driven-apps/form-designer-overview.md)
68+
[Add form](add-form.md)
69+
[Power Apps portals Studio](portal-designer-anatomy.md)
70+
[Create and manage webpages](create-manage-webpages.md)
71+
[WYSIWYG editor](compose-page.md)
7972

8073
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)