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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This is a simple example of how you can use Forms and Functions in [Netlify](htt
13
13
5. Connect Netlify to that repo, and add a environment variable in Netlify called `SANITY_TOKEN`
14
14
6. Go to your Settings -> API in your project at [manage.sanity.io](https://manage.sanity.io), and add a token with `write` rights.
15
15
7. Paste this token as the value for `SANITY_TOKEN` (be careful with where you store this token!)
16
-
8. Submissions will be stored as the `_type: "submission.form"`, and will not be available through the public API without a token with `read` rights.
16
+
8. Submissions will be stored with `_id` on [a path](https://www.sanity.io/docs/ids): "submission.<uuid>"`, and will not be available through the public API without a token with `read` rights.
17
17
9. If you want to view the submissions in the Studio, you can add the following schema to your project:
0 commit comments