You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
author: ankitavish
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
@@ -16,65 +16,58 @@ contributors:
16
16
17
17
# Contact us sample
18
18
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.
20
20
21
21
:::image type="content" source="media/contact-us-sample/contact-us-page.png" alt-text="Contact Us page.":::
22
22
23
-
## Contact us web page
23
+
## Contact us webpage
24
24
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:
26
26
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".
28
28
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.
30
30
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.
34
32
35
33
> [!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.
37
35
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.":::
39
37
40
38
## Table permissions
41
39
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).
> 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.
48
46
49
47
## Basic form metadata
50
48
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).
52
50
53
51
:::image type="content" source="media/contact-us-sample/basicform-metadata.png" alt-text="Basic form metadata.":::
54
52
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
58
54
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).
60
56
61
-
1.Select**Tables**.
57
+
1.On the left pane, expand **Dataverse**, and then select**Tables**.
62
58
63
-
1. Select **Feedback**.
64
-
65
-
1. Select **Data**.
59
+
1. Select **Feedback**, and then select **Data**.
66
60
67
61
:::image type="content" source="media/contact-us-sample/feedback-dataverse.png" alt-text="Feedback viewed in Dataverse.":::
68
62
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.
70
64
71
65
### See also
72
66
73
-
-[Dataverse Form Designer](../model-driven-apps/form-designer-overview.md)
0 commit comments