Skip to content

Commit e010932

Browse files
kmeilandereshanrnh
andauthored
Update 16/umbraco-forms/developer/working-with-data.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 7156a66 commit e010932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

16/umbraco-forms/developer/working-with-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ Sample script that is outputting comments using a Form created with the default
112112
```
113113

114114
## Loading a Record From a Submitted Form
115-
When a form is submitted, the submitted form id and the saved record id is stored in the TempData so it can be referenced.
115+
When a form is submitted, the submitted form ID and the saved record ID are stored in the `TempData` so they can be referenced.
116116

117-
You can use the FormService and the RecordStorage to get the ```Form``` and ```Record``` objects.
117+
You can use the FormService and the RecordStorage to get the `Form` and `Record` objects.
118118

119-
Here is sample code for how to get the record in a view.
119+
Here is a sample code for retrieving a record in a view.
120120

121121
```
122122
@using Umbraco.Forms.Core.Models

0 commit comments

Comments
 (0)