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: www/content/guides/webform.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ See [https://example-webform.next-drupal.org](https://example-webform.next-drupa
21
21
## Installation
22
22
23
23
1. Install the Webform REST module: `composer require drupal/webform_rest`
24
-
2. Visit `/admin/config/services/rest` and enable the **Webform Submit** resource.
24
+
2. Visit `/admin/config/services/rest` and enable the **Webform Submit** resource. You might want to require and enable the [Rest UI](https://drupal.org/project/restui) module for that route to be there.
25
25
3. Select _POST_ for the **Methods**, _json_ for **Accepted request formats** and _cookie_ for **Authentication providers**
26
26
4.**Save configuration**
27
27
5. Next, visit `/admin/people/permissions` and give anonymous users the **Access POST on Webform Submit resource** permission.
0 commit comments