We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438460 commit b0ee4edCopy full SHA for b0ee4ed
16/umbraco-forms/developer/working-with-data.md
@@ -112,7 +112,7 @@ Sample script that is outputting comments using a Form created with the default
112
```
113
114
## Loading a Record From a Submitted Form
115
-When a form is submitted, the submitted form id as well as the saved record id is stored in the TempData so it can be referenced.
+When a form is submitted, the submitted form id and the saved record id is stored in the TempData so it can be referenced.
116
117
You can use the FormService and the RecordStorage to get the ```Form``` and ```Record``` objects.
118
0 commit comments