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
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/contact-us-sample.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ankitavish
5
5
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 12/06/2021
8
+
ms.date: 06/05/2022
9
9
ms.subservice: portals
10
10
ms.author: avishwakarma
11
11
ms.reviewer: ndoelman
@@ -28,16 +28,18 @@ The contact us webpage can be viewed in Power Apps [portals Studio](portal-desig
28
28
29
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
-
-An [iframe component](add-iframe.md) linked to Bing maps.
31
+
-Earlier versions of the sample may have included an [iframe component](add-iframe.md) linked to a map url.
32
32
33
33
> [!NOTE]
34
-
> The Bing maps link doesn't have any functionality or geo-___location enabled. It's provided as an example iframe component.
34
+
> The maps link doesn't have any functionality or geo-___location enabled. It's provided as an example of a iframe component.
35
35
36
36
:::image type="content" source="media/contact-us-sample/contact-us-portalstudio.png" alt-text="Contact us page in portals Studio.":::
37
37
38
38
## Table permissions
39
39
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).
40
+
To allow portal users to be able to insert records into the feedback table, [table permissions](configure/assign-entity-permissions.md)
41
+
42
+
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).
@@ -46,7 +48,7 @@ To allow portal users to be able to insert records into the feedback table, [tab
46
48
47
49
## Basic form metadata
48
50
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).
51
+
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).
50
52
51
53
:::image type="content" source="media/contact-us-sample/basicform-metadata.png" alt-text="Basic form metadata.":::
0 commit comments